Completed
Pull Request — master (#228)
by Christopher
11:58
created
src/POData/Common/ReflectionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             $value = $entryObject->$property;
23 23
         } else {
24 24
             if (null === $entryObject) {
25
-                $msg = 'Property POData\\Common\\ReflectionHandler::$'.$property.' does not exist';
25
+                $msg = 'Property POData\\Common\\ReflectionHandler::$' . $property . ' does not exist';
26 26
                 throw new \ReflectionException($msg);
27 27
             }
28 28
             $reflectionProperty = new \ReflectionProperty(get_class($entryObject), $property);
Please login to merge, or discard this patch.