Commit 066e5cd
committed
minor #454 Updated PHP CS Fixer to 2.0 (ABM-Dan, javiereguiluz)
This PR was merged into the master branch.
Discussion
----------
Updated PHP CS Fixer to 2.0
This finishes #407.
Commits
-------
bcd3795 Added some changes back
2885e20 Fixed some merge conflicts
0aa68ef Use only Symfony CS rules
f263409 Exclude Fixtures from the PHP-CS-Fixer
928b747 More CS fixes
aeb1b40 Fixed a CS issue detected by PHP-CS-Fixer
b707953 Merge branch 'master' into pr/407
7a01fdd Reverted some wrong changes in composer.json
e07d0f8 Finished the implementation
a7ebbff Updated to php-cs-fixer 2.0File tree
8 files changed
+134
-75
lines changed- src/AppBundle
- DataFixtures/ORM
- Entity
- tests/AppBundle
- Controller
- Admin
- Utils
8 files changed
+134
-75
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 4 | + | |
| 5 | + | |
10 | 6 | | |
11 | | - | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
17 | | - | |
18 | 12 | | |
19 | 13 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments