Skip to content

Commit

Permalink
made passed variable optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolland Brunec committed May 31, 2010
1 parent e83fe96 commit 16aaab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Erfurt/libraries/antlr/Php/Lexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function matchString($s){
}
}

public function matchAny($x) {
public function matchAny($x=null) {
$this->input->consume();
}

Expand Down

0 comments on commit 16aaab6

Please sign in to comment.