Completed
Push — master ( b879f8...a4072e )
by Taosikai
14:58
created
ClassDefinition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      */
91 91
     public function setMethodCall($method, $arguments)
92 92
     {
93
-        $this->calls[$method] = (array)$arguments;
93
+        $this->calls[$method] = (array) $arguments;
94 94
         return $this;
95 95
     }
96 96
 
Please login to merge, or discard this patch.