Passed
Push — master ( 414a22...f0b2e3 )
by Jesse
03:26
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
             foreach ($properties as $property) {
47 47
                 $property->setAccessible(true);
48 48
             }
Please login to merge, or discard this patch.