Skip to content

Commit 742269d

Browse files
authored
Merge pull request #10 from bircher/quote-yml-arguments
The reserved indicator "%" cannot start a plain scalar.
2 parents 6ab5f70 + 1f1366e commit 742269d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
jsonapi.context.initializer:
1313
class: "%jsonapi.context.initializer.class%"
1414
arguments:
15-
- %jsonapi.base_url%
16-
- %jsonapi.parameters%
15+
- "%jsonapi.base_url%"
16+
- "%jsonapi.parameters%"
1717
tags:
1818
- { name: context.initializer }

0 commit comments

Comments
 (0)