Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit e38d05d

Browse files
committed
Fix formatting
1 parent aabd2be commit e38d05d

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

generator/src/FluentStageFactoryGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private function addMethod(Method $factoryMethod, PhpNamespace $namespace, Class
157157
PHP,
158158
'Stage',
159159
$factoryMethod->getName(),
160-
implode(',', $args),
160+
implode(', ', $args),
161161
));
162162
}
163163
}

src/Builder/Stage/FluentFactory.php

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)