Completed
Push — master ( a31674...363252 )
by Radosław
36:47
created
src/Phln.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
     public static function __callStatic($method, $parameters)
68 68
     {
69
-        if (! static::hasMacro($method)) {
69
+        if (!static::hasMacro($method)) {
70 70
             throw new \BadMethodCallException("Method {$method} does not exist.");
71 71
         }
72 72
 
Please login to merge, or discard this patch.