Completed
Push — develop ( dcce5a...3de28d )
by Stuart
02:24
created
src/ClassesAndObjects/IsClassProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     public function inspect($refProp)
91 91
     {
92 92
         // robustness!
93
-        if (! $refProp instanceof ReflectionProperty) {
93
+        if (!$refProp instanceof ReflectionProperty) {
94 94
             throw new TypeError('$refProp is not a ReflectionProperty, is a ' . get_printable_type($refProp));
95 95
         }
96 96
         return static::check($refProp);
Please login to merge, or discard this patch.