Skip to content

Commit 555c9fc

Browse files
author
Jeremiah VALERIE
committed
Fix php code standard
1 parent 5f1194a commit 555c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Generator/TypeGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testProcessInvalidPlaceHoldersReplacements(): void
154154
$this->expectExceptionMessage(\sprintf(
155155
'Generator [%s::generateFake] for placeholder "fake" is not callable.',
156156
TypeGenerator::class
157-
));
157+
));
158158
$this->typeGenerator->setSkeletonDirs(__DIR__.'/../Resources/Skeleton');
159159

160160
$this->generateClasses($this->getConfigs());

0 commit comments

Comments
 (0)