Completed
Branch master (411345)
by Rémi
11:20
created
src/Relationships/HasMany.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
      *
12 12
      * @param  $relation
13 13
      *
14
-     * @return mixed
14
+     * @return EntityCollection
15 15
      */
16 16
     public function getResults($relation)
17 17
     {
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     /**
26 26
      * Match the eagerly loaded results to their parents.
27 27
      *
28
-     * @param  array             $$results
28
+     * @param  array             $results
29 29
      * @param  string            $relation
30 30
      * @return array
31 31
      */
Please login to merge, or discard this patch.
src/System/EntityCache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     /**
189 189
      * Cache a many relationship
190 190
      *
191
-     * @param                  $parentKey
191
+     * @param                  string $parentKey
192 192
      * @param string           $relation
193 193
      * @param EntityCollection $results
194 194
      * @param Relationship     $relationship
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     /**
211 211
      * Cache a single relationship
212 212
      *
213
-     * @param              $parentKey
213
+     * @param              string $parentKey
214 214
      * @param string       $relation
215 215
      * @param Mappable     $result
216 216
      * @param Relationship $relationship
Please login to merge, or discard this patch.
src/System/ResultBuilder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 
38 38
     /**
39 39
      * @param Mapper  $defaultMapper
40
-     * @param array   $eagerLoads
41 40
      */
42 41
     public function __construct(Mapper $defaultMapper)
43 42
     {
Please login to merge, or discard this patch.
src/System/Wrappers/ObjectWrapper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
     /**
36 36
      * Object Wrapper constructor
37 37
      * 
38
-     * @param mixed $object
39 38
      * @param Analogue\ORM\EntityMap $entityMap
40 39
      * 
41 40
      * @return  void
Please login to merge, or discard this patch.
src/ValueMap.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @param $class
74
+     * @param string $class
75 75
      */
76 76
     public function setClass($class)
77 77
     {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @return mixed
82
+     * @return string
83 83
      */
84 84
     public function getClass()
85 85
     {
Please login to merge, or discard this patch.