Skip to content

Commit e5cd6a5

Browse files
committed
php-cs-fixer it up
1 parent 7035b50 commit e5cd6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/MakeEntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private function createMakeEntityTestForMercure(): MakerTestDetails
4747
// @legacy - MakeEntity uses ux-turbo-mercure (archived), it needs to use ux-turbo (mercure built in) for Symfony 7.0
4848
if ('7.0.x-dev' === $_SERVER['SYMFONY_VERSION']) {
4949
return $this->createMakerTest()
50-
->skipTest( 'symfony/ux-turbo-mercure is not supported on Symfony 7.')
50+
->skipTest('symfony/ux-turbo-mercure is not supported on Symfony 7.')
5151
;
5252
}
5353

0 commit comments

Comments
 (0)