Skip to content

Commit

Permalink
Fixed #20
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelandrieu committed Jun 24, 2017
1 parent 976dd4e commit e532666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/input-output.yml
Expand Up @@ -13,4 +13,4 @@ questions:
- {value: '$stderr = STDERR;', correct: true}
- {value: '$stderr = fopen("php://stderr", "w");', correct: true}
- {value: '$stderr = stderr("w")', correct: false}
- {value: '$stderr = fwrite("php://stderr");', correct: true}
- {value: '$stderr = fwrite("php://stderr");', correct: false}

0 comments on commit e532666

Please sign in to comment.