Skip to content

Commit

Permalink
fix non-quoted parameter reference string in YAML (deprecated)
Browse files Browse the repository at this point in the history
related to #3
  • Loading branch information
mhujer committed Nov 20, 2016
1 parent e990788 commit 6cc32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
class: Tracy\BlueScreen
factory: [VasekPurchart\TracyBlueScreenBundle\BlueScreen\BlueScreenFactory, create]
arguments:
- %vasek_purchart.tracy_blue_screen.blue_screen.collapse_paths%
- '%vasek_purchart.tracy_blue_screen.blue_screen.collapse_paths%'
public: false

vasek_purchart.tracy_blue_screen.tracy.logger: '@vasek_purchart.tracy_blue_screen.tracy.logger.default'
Expand Down

0 comments on commit 6cc32db

Please sign in to comment.