Test Failed
Pull Request — master (#11)
by Witold
10:33
created
src/Locator/ClassnameZendLocator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function getHandlerForCommand($commandName)
27 27
     {
28
-        $handlerFQCN = $commandName . 'Handler';
28
+        $handlerFQCN = $commandName.'Handler';
29 29
 
30 30
         if ($this->container->has($handlerFQCN)) {
31 31
             return $this->container->get($handlerFQCN);
Please login to merge, or discard this patch.