Skip to content

Commit

Permalink
Fixed #33
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Dec 22, 2016
1 parent eac0588 commit 1690310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Hprose/Future/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* *
* some helper functions for php 5.3+ *
* *
* LastModified: Dec 9, 2016 *
* LastModified: Dec 22, 2016 *
* Author: Ma Bingyao <[email protected]> *
* *
\**********************************************************/
Expand Down Expand Up @@ -158,7 +158,7 @@ function($array) {
function($reason) use ($index, &$reasons, &$n, $reject) {
$reasons[$index] = $reason;
if (--$n === 0) {
$reject();
$reject();
}
}
);
Expand Down

0 comments on commit 1690310

Please sign in to comment.