Completed
Pull Request — master (#511)
by Mantas
02:29
created
Result/Converter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * Converts raw array to document.
39 39
      *
40
-     * @param array      $rawData
40
+     * @param callable      $rawData
41 41
      * @param Repository $repository
42 42
      *
43
-     * @return object
43
+     * @return \ReflectionClass
44 44
      *
45 45
      * @throws \LogicException
46 46
      */
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      * @param \ReflectionClass $object
79 79
      * @param array            $aliases
80 80
      *
81
-     * @return object
81
+     * @return \ReflectionClass
82 82
      */
83 83
     public function assignArrayToObject(array $array, $object, array $aliases)
84 84
     {
Please login to merge, or discard this patch.