Completed
Push — master ( 008a1c...07b302 )
by Andrey
13:08 queued 09:19
created
Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     public function init(ModuleManagerInterface $manager)
53 53
     {
54 54
         if (!$manager instanceof ModuleManager) {
55
-            $errMsg =sprintf('Module manager not implement %s', ModuleManager::class);
55
+            $errMsg = sprintf('Module manager not implement %s', ModuleManager::class);
56 56
             throw new Exception\InvalidArgumentException($errMsg);
57 57
         }
58 58
 
Please login to merge, or discard this patch.