Completed
Pull Request — master (#10)
by Arnold
10:24
created
src/Cypress/Curry/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
  * @param $args
67 67
  * @param bool $left
68 68
  * @param int  $count
69
- * @return callable
69
+ * @return \Closure
70 70
  */
71 71
 function _curry_array_args($callable, $args, $count = null, $left = true)
72 72
 {
Please login to merge, or discard this patch.