Completed
Pull Request — master (#9)
by Arnold
10:19
created
src/Cypress/Curry/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
  * @param callable $callable
58 58
  * @param $args
59 59
  * @param bool $left
60
- * @return callable
60
+ * @return \Closure
61 61
  */
62 62
 function _curry_array_args($callable, $args, $left = true)
63 63
 {
Please login to merge, or discard this patch.