Completed
Push — master ( 3abfec...c553e5 )
by Mikael
02:58
created
sources/tests/Unit/Command/GenerateEntity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $this
63 63
             ->string($tester->getDisplay())
64 64
             ->isEqualTo(" ✓  Overwriting file 'tmp/Model/PommTest/PommTestSchema/Alpha.php'.".PHP_EOL)
65
-         ;
65
+            ;
66 66
 
67 67
         $tester->execute(array_merge($command_args, ['--flexible-container' => 'Model\\PommTest\\PommTestSchema\\CustomFlexibleEntity', '--force' => null ]), $options);
68 68
         $this
Please login to merge, or discard this patch.