Skip to content

Commit

Permalink
Correction associated array: remove extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbarat authored Mar 13, 2017
1 parent 1a06593 commit 45ba6a4
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 45ba6a4

Please sign in to comment.