Skip to content

Commit

Permalink
Fixed question with duplicate answer
Browse files Browse the repository at this point in the history
The Answer `__get($variable)` was there two times, once correct and once not. Changed this to __destruct so it will have 5 choices for 3 correct ones.
  • Loading branch information
h4cc committed Mar 11, 2016
1 parent 27fb2fd commit da114fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ questions:
answers:
- {value: '__get($variable)', correct: true}
- {value: '__call($method, $params)', correct: true}
- {value: '__get($variable)', correct: false}
- {value: '__destruct()', correct: false}
- {value: '__set($variable, $value)', correct: true}
- {value: '__call($method)', correct: false}
-
Expand Down

0 comments on commit da114fb

Please sign in to comment.