Commit 8c4d972
committed
minor #658 Changed "null" by "~" in yaml files (yceruto)
This PR was merged into the master branch.
Discussion
----------
Changed "null" by "~" in yaml files
According to:
* https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/test/framework.yaml#L2
* https://github.com/symfony/recipes/blob/master/symfony/framework-bundle/3.3/config/packages/framework.yaml#L6
* https://github.com/symfony/recipes/blob/master/symfony/routing/3.3/config/packages/routing.yaml#L3
Commits
-------
dd6e36e Changed null by ~ in yaml filesFile tree
3 files changed
+3
-3
lines changed- config/packages
- test
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
0 commit comments