Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Update Configuration:
Browse files Browse the repository at this point in the history
- replace scalarPrototype() by prototype()
  • Loading branch information
webeweb committed Oct 9, 2019
1 parent d3e5a5d commit 0fa7282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getConfigTreeBuilder() {
->end()
->end()
->arrayNode("brushes")->info("Use SyntaxHightlighter brushes")
->scalarPrototype()
->prototype("scalar")
->validate()
->ifNotInArray($brushes)
->thenInvalid("The SyntaxHighlighter brush %s is not supported. Please choose one of " . json_encode($brushes))
Expand Down

0 comments on commit 0fa7282

Please sign in to comment.