File tree
Expand file treeCollapse file tree
8 files changed
+91
-44
lines changedFilter options
- config/sets/symfony
- docs
- src
- Rector/MethodCall
- TypeAnalyzer
- tests/Rector/MethodCall/GetHelperControllerToServiceRector
- Fixture
- config
Expand file treeCollapse file tree
8 files changed
+91
-44
lines changedconfig/sets/symfony/symfony60.php
Copy file name to clipboardExpand all lines: config/sets/symfony/symfony60.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
docs/rector_rules_overview.md
Copy file name to clipboardExpand all lines: docs/rector_rules_overview.md+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
469 | 469 |
|
470 | 470 |
|
471 | 471 |
|
472 |
| - |
| 472 | + |
473 | 473 |
|
474 |
| - |
| 474 | + |
475 | 475 |
|
476 |
| - |
| 476 | + |
477 | 477 |
|
478 | 478 |
|
479 | 479 |
|
|
src/Rector/MethodCall/GetDoctrineControllerToManagerRegistryRector.php renamed to src/Rector/MethodCall/GetHelperControllerToServiceRector.php
Copy file name to clipboardExpand all lines: src/Rector/MethodCall/GetHelperControllerToServiceRector.php+44-32Lines changed: 44 additions & 32 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
| ||
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 |
| - |
| 26 | + |
26 | 27 |
|
27 |
| - |
| 28 | + |
28 | 29 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 | 30 |
|
37 | 31 |
|
38 |
| - |
39 | 32 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 33 | + |
44 | 34 |
|
45 | 35 |
|
46 | 36 |
|
47 | 37 |
|
48 | 38 |
|
49 | 39 |
|
50 |
| - |
| 40 | + |
51 | 41 |
|
52 | 42 |
|
53 | 43 |
|
| ||
101 | 91 |
|
102 | 92 |
|
103 | 93 |
|
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
115 | 98 |
|
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
| 99 | + |
| 100 | + |
| 101 | + |
120 | 102 |
|
121 |
| - |
122 |
| - |
| 103 | + |
| 104 | + |
123 | 105 |
|
124 | 106 |
|
125 | 107 |
|
126 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
127 | 139 |
|
src/TypeAnalyzer/ControllerAnalyzer.php
Copy file name to clipboardExpand all lines: src/TypeAnalyzer/ControllerAnalyzer.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 |
| - |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
|
tests/Rector/MethodCall/GetHelperControllerToServiceRector/Fixture/dispatch_message.php.inc
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
tests/Rector/MethodCall/GetDoctrineControllerToManagerRegistryRector/Fixture/some_class.php.inc renamed to tests/Rector/MethodCall/GetHelperControllerToServiceRector/Fixture/some_class.php.inc
Copy file name to clipboardExpand all lines: tests/Rector/MethodCall/GetHelperControllerToServiceRector/Fixture/some_class.php.inc+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
tests/Rector/MethodCall/GetDoctrineControllerToManagerRegistryRector/GetDoctrineControllerToManagerRegistryRectorTest.php renamed to tests/Rector/MethodCall/GetHelperControllerToServiceRector/GetHelperControllerToServiceRectorTest.php
Copy file name to clipboardExpand all lines: tests/Rector/MethodCall/GetHelperControllerToServiceRector/GetHelperControllerToServiceRectorTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
tests/Rector/MethodCall/GetDoctrineControllerToManagerRegistryRector/config/configured_rule.php renamed to tests/Rector/MethodCall/GetHelperControllerToServiceRector/config/configured_rule.php
Copy file name to clipboardExpand all lines: tests/Rector/MethodCall/GetHelperControllerToServiceRector/config/configured_rule.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
0 commit comments