Completed
Push — master ( c3d67b...f97578 )
by Shcherbak
79:27 queued 64:23
created
src/Collection/BaseCollection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,8 +140,8 @@
 block discarded – undo
140 140
      * Works as array_slice
141 141
      *
142 142
      *
143
-     * @param $offset
144
-     * @param null $length
143
+     * @param integer $offset
144
+     * @param integer $length
145 145
      * @return $this
146 146
      */
147 147
     public function slice($offset, $length = null) {
Please login to merge, or discard this patch.