Passed
Branch master (3c2e43)
by Mike
17:43
created
Category
src/Xervice/Console/ConsoleDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function handleDependencies(DependencyProviderInterface $container)
19 19
     {
20
-        $container[self::COMMAND_COLLECTION] = function (DependencyProviderInterface $container) {
20
+        $container[self::COMMAND_COLLECTION] = function(DependencyProviderInterface $container) {
21 21
             return new CommandCollection(
22 22
                 $this->getCommandList()
23 23
             );
Please login to merge, or discard this patch.