@@ -52,7 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | |
54 | 54 | if (!$reflectionProperty) { |
55 | - throw new ReflectionException("Property not found: " . $propertyName); |
|
55 | + throw new ReflectionException("Property not found: ".$propertyName); |
|
56 | 56 | } |
57 | 57 | |
58 | 58 | return $reflectionProperty; |