Completed
Push — master ( 5251c6...854e3d )
by Maik
01:23
created
src/QueryResultParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.