fix pipeline rector and cs

This commit is contained in:
2024-06-26 09:38:13 +02:00
parent 36f2275a56
commit e38d47ec5e
11 changed files with 24 additions and 20 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());