@@ -22,7 +22,7 @@ |
||
| 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); |