Test Failed
Push — master ( 3c1fe8...58e9ac )
by Robin
03:39 queued 01:28
created
src/ResourceClients/Models/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     public function fill($data)
49 49
     {
50 50
         foreach ($data as $key => $value) {
51
-            if (! property_exists($this, $key)) {
51
+            if ( ! property_exists($this, $key)) {
52 52
                 throw new InvalidPropertyException($key . ' is not a property on ' . get_class($this));
53 53
             }
54 54
 
Please login to merge, or discard this patch.