Fix cs: upgrade of php-cs-fixer

This commit is contained in:
2024-06-19 12:18:20 +02:00
parent a9f0059743
commit 99818c211d
9 changed files with 15 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ final class TranslatableActivityTypeTest extends KernelTestCase
$this->assertInstanceOf(
ActivityType::class,
$form->getData()['type'],
'The data is an instance of Chill\\ActivityBundle\\Entity\\ActivityType'
'The data is an instance of Chill\ActivityBundle\Entity\ActivityType'
);
$this->assertEquals($type->getId(), $form->getData()['type']->getId());