Passed
Pull Request — master (#272)
by
unknown
06:50
created
src/API/MagicMethodsTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
             $value = $value->Member;
23 23
         }
24 24
 
25
-        if ($this->methodExists("set" . ucfirst($name))) {
26
-            $this->{"set" . ucfirst($name)}($value);
25
+        if ($this->methodExists("set".ucfirst($name))) {
26
+            $this->{"set".ucfirst($name)}($value);
27 27
             return;
28 28
         }
29 29
 
Please login to merge, or discard this patch.