Completed
Push — master ( 6cb927...1b49b3 )
by Ariel
06:13
created
src/Calendar/Calendar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     public function __call($name, $arguments)
25 25
     {
26
-        if(method_exists($this->strategy, $name))
26
+        if (method_exists($this->strategy, $name))
27 27
         {
28 28
             return $this->strategy->$name($arguments);
29 29
         }
Please login to merge, or discard this patch.