Completed
Push — master ( d7d013...aba289 )
by Ventaquil
02:50
created
src/Line.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
             throw new LineException('Unknown dimension');
59 59
         }
60 60
 
61
-        $className = __NAMESPACE__ . "\\{$argsToClass[$lowestDimension]}";
61
+        $className = __NAMESPACE__."\\{$argsToClass[$lowestDimension]}";
62 62
 
63 63
         return new $className($from, $to);
64 64
     }
Please login to merge, or discard this patch.