Passed
Push — master ( 5263e7...c33415 )
by Arthur
05:45
created
src/Blocks/RoutesTrait.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 openGroup() : void
27 27
     {
28
-        $versionNamespace =  DirsInterface::MODULES_DIR .
28
+        $versionNamespace = DirsInterface::MODULES_DIR .
29 29
             PhpInterface::BACKSLASH . PhpInterface::BACKSLASH
30 30
             . strtoupper($this->generator->version);
31 31
 
Please login to merge, or discard this patch.