Passed
Push — master ( b3c432...89f3f2 )
by vincent
53s
created
src/Abstracts/Results.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $properties = get_object_vars($this);
30 30
         foreach (array_keys($properties) as $property)
31 31
         {
32
-            if ( ! in_array($property, $this->property_blacklist) && ! property_exists($result, $property))
32
+            if (!in_array($property, $this->property_blacklist) && !property_exists($result, $property))
33 33
             {
34 34
                 throw new NotFoundException($property);
35 35
             }
Please login to merge, or discard this patch.