Completed
Push — master ( 76bcaf...afbf53 )
by Sérgio
04:13
created
src/partial.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  *
8 8
  * @param \Closure|string $fn
9 9
  *
10
- * @return mixed
10
+ * @return \Closure
11 11
  */
12 12
 function curry($fn)
13 13
 {
Please login to merge, or discard this patch.
src/Collection.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,6 @@
 block discarded – undo
137 137
     /**
138 138
      * @param mixed $offset
139 139
      *
140
-     * @param mixed $value
141 140
      */
142 141
     public function offsetSet($offset, $x)
143 142
     {
Please login to merge, or discard this patch.