Passed
Pull Request — master (#1375)
by Rene
03:24
created
src/Accessor/DefaultAccessorStrategy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             }
82 82
 
83 83
             if (PHP_VERSION_ID >= 70400 && !$ref->isInitialized($object)) {
84
-               return null;
84
+                return null;
85 85
             }
86 86
             return $ref->getValue($object);
87 87
         }
Please login to merge, or discard this patch.