Passed
Push — master ( 463a83...b762ea )
by Curtis
01:58
created
src/Command/GenerateTraitCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
                 'get%sRepository',
228 228
                 $reflection->getShortName()
229 229
             ),
230
-            [],
230
+            [ ],
231 231
             MethodGenerator::FLAG_PUBLIC,
232 232
             sprintf(
233 233
                 'return $this->%s->getRepository(\\%s::class);',
Please login to merge, or discard this patch.