Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e185e2f

Browse files
baszOcramius
authored andcommitted
cs
1 parent ec09875 commit e185e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/ClassGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public function removeExtentedClass()
452452
*/
453453
public function setImplementedInterfaces(array $implementedInterfaces)
454454
{
455-
array_map(function($implementedInterface) {
455+
array_map(function ($implementedInterface) {
456456
return (string) TypeGenerator::fromTypeString($implementedInterface);
457457
}, $implementedInterfaces);
458458

0 commit comments

Comments
 (0)