Passed
Push — master ( f0b2e3...a37b94 )
by Jesse
01:30
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
                 }
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.