Passed
Push — master ( 2d9553...41ca68 )
by Jesse
01:31
created
src/Internal/ReflectionProperties.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 $properties = self::addTo($properties, $level, $reflection);
43 43
                 ++$level;
44 44
                 $reflection = $reflection->getParentClass();
45
-            } while($reflection);
45
+            } while ($reflection);
46 46
             ReflectionProperties::$cache[$theClass] = new self(...$properties);
47 47
         }
48 48
         return ReflectionProperties::$cache[$theClass];
Please login to merge, or discard this patch.