Skip to content

Commit

Permalink
Merge pull request #28 from jlbarat/patch-2
Browse files Browse the repository at this point in the history
Correction associated array: remove extra bracket
  • Loading branch information
mickaelandrieu authored Mar 13, 2017
2 parents 64997fa + 45ba6a4 commit 6d6cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/input-output.yml
Original file line number Diff line number Diff line change
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: true}

0 comments on commit 6d6cdd8

Please sign in to comment.