Completed
Branch master (901ac8)
by Rémi
11:17
created
src/System/EntityCache.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     /**
199 199
      * Cache a many relationship.
200 200
      *
201
-     * @param                  $parentKey
201
+     * @param                  string $parentKey
202 202
      * @param string           $relation
203 203
      * @param EntityCollection $results
204 204
      * @param Relationship     $relationship
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
     /**
222 222
      * Cache a single relationship.
223 223
      *
224
-     * @param              $parentKey
224
+     * @param              string $parentKey
225 225
      * @param string       $relation
226 226
      * @param Mappable     $result
227 227
      * @param Relationship $relationship
Please login to merge, or discard this patch.
src/System/Proxies/CollectionProxy.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -217,10 +217,8 @@
 block discarded – undo
217 217
     /**
218 218
      * Create a new collection consisting of every n-th element.
219 219
      *
220
-     * @param int $step
221
-     * @param int $offset
222 220
      *
223
-     * @return static
221
+     * @return boolean
224 222
      */
225 223
     public function every($key, $operator = null, $value = null)
226 224
     {
Please login to merge, or discard this patch.