Skip to content

Commit

Permalink
Forgot yield exception for 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Mar 8, 2017
1 parent 8a45c82 commit bfbf317
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public function getErrorList()
// will throw errors in earlier versions.
if (PHP_VERSION_ID < 50500) {
$errors[676] = 1;
$errors[874] = 1;
} else {
$errors[688] = 1;
}
Expand Down

0 comments on commit bfbf317

Please sign in to comment.