Completed
Push — master ( 597ac5...b01469 )
by Robbie
9s
created
tests/Command/FactoryTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Get a Factory to test with
89 89
      *
90
-     * @return Factory
90
+     * @return \SilverLeague\Console\Command\Factory
91 91
      */
92 92
     protected function getFactory()
93 93
     {
Please login to merge, or discard this patch.
src/Command/Object/DebugCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -194,7 +194,7 @@
 block discarded – undo
194 194
             return $output->writeln(json_encode($data, JSON_PRETTY_PRINT));
195 195
         }
196 196
 
197
-        array_walk($data, function (&$value, $key) {
197
+        array_walk($data, function(&$value, $key) {
198 198
             $value = [$key, $value];
199 199
         });
200 200
 
Please login to merge, or discard this patch.