Passed
Pull Request — master (#1)
by Rafal
03:30
created
src/Xervice/Console/ConsoleDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      */
20 20
     public function handleDependencies(DependencyContainerInterface $container): DependencyContainerInterface
21 21
     {
22
-        $container[self::COMMAND_COLLECTION] = function () {
22
+        $container[self::COMMAND_COLLECTION] = function() {
23 23
             return new CommandCollection(
24 24
                 $this->getCommandList()
25 25
             );
Please login to merge, or discard this patch.