Skip to content

Commit

Permalink
Removed duplicated answer (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb authored and mickaelandrieu committed Aug 24, 2017
1 parent 82904df commit e13f603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ questions:
- {value: "use Myapp\\Utils\\Bar\\foo;", correct: false}
- {value: "use function Myapp\\Utils\\Bar\\foo;", correct: true}
- {value: "use Utils\\Bar\\Foo;", correct: false}
- {value: "use Myapp\\Utils\\Bar\\foo;", correct: false}
-
question: 'True or False? It is possible to import all classes from a namespace in PHP.'
answers:
Expand Down

0 comments on commit e13f603

Please sign in to comment.