Commit 2b80d6b
committed
minor #1657 Fix indentation of options_code (nicolas-grekas)
This PR was merged into the 1.x-dev branch.
Discussion
----------
Fix indentation of options_code
Similar to #1469 but doesn't rely on any CS fixer.
Note that using PHP_EOL was wrong: this constant is meant to be used ONLY when outputting something on a terminal. NOT when dealing with new lines in files.
Commits
-------
91b7ce0 Fix indentation of options_code1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments