mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-23 23:25:00 +00:00
DX: apply rector rulesset up to PHP72
This commit is contained in:
@@ -32,7 +32,7 @@ final class ChillReportExtensionTest extends KernelTestCase
|
||||
$reportFounded = false;
|
||||
|
||||
foreach ($customizablesEntities as $customizablesEntity) {
|
||||
if ('Chill\ReportBundle\Entity\Report' === $customizablesEntity['class']) {
|
||||
if (\Chill\ReportBundle\Entity\Report::class === $customizablesEntity['class']) {
|
||||
$reportFounded = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user