PHP CS Fixer updated (3.57.2 -> v3.59.3)

This commit is contained in:
2024-06-17 17:28:29 +02:00
parent fab00f679c
commit 19e34d5dc0
8 changed files with 14 additions and 14 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());