mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-01 23:11:24 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -64,7 +64,7 @@ final class ReportControllerNextTest extends WebTestCase
|
||||
$customFieldsGroups = self::$kernel->getContainer()
|
||||
->get('doctrine.orm.entity_manager')
|
||||
->getRepository(\Chill\CustomFieldsBundle\Entity\CustomFieldsGroup::class)
|
||||
->findBy(['entity' => 'Chill\ReportBundle\Entity\Report']);
|
||||
->findBy(['entity' => \Chill\ReportBundle\Entity\Report::class]);
|
||||
//filter customFieldsGroup to get only "situation de logement"
|
||||
$filteredCustomFieldsGroupHouse = array_filter(
|
||||
$customFieldsGroups,
|
||||
|
||||
Reference in New Issue
Block a user