Completed
Push — master ( cfe428...5e2d42 )
by Amine
02:00
created
src/functions.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
  * @param  callable $fn
81 81
  * @param  int $argsCount
82 82
  * @param  array  $boundArgs
83
- * @return callable
83
+ * @return \Closure
84 84
  */
85 85
 function _curried_function($fn, $argsCount, $boundArgs = []) {
86 86
     return function() use($fn, $argsCount, $boundArgs) {
@@ -152,8 +152,6 @@  discard block
 block discarded – undo
152 152
  * ```
153 153
  *
154 154
  * @signature (*... -> a) -> [*] -> a
155
- * @param  callable $fn
156
- * @param  array    $args
157 155
  * @return mixed
158 156
  */
159 157
 function apply() {
Please login to merge, or discard this patch.