@@ -48,6 +48,9 @@ |
||
48 | 48 | return $result; |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param string $propertyName |
|
53 | + */ |
|
51 | 54 | private function assignPropertyValue(ReflectionMethod $method, $destObject, $object, $propertyName) { |
52 | 55 | if (property_exists($object, $propertyName)) { |
53 | 56 | $property = $object->$propertyName; |