Commit 4e2d6ef
File tree
7 files changed
+111
-190
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- Controller
- Tests/Controller
- Component/HttpKernel
- Controller
- Tests/Controller
7 files changed
+111
-190
lines changedsrc/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
| ||
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
51 | 56 |
|
52 | 57 |
|
53 | 58 |
|
|
src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php+12-8Lines changed: 12 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
65 | 71 |
|
66 | 72 |
|
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 73 | + |
72 | 74 |
|
73 | 75 |
|
74 |
| - |
| 76 | + |
| 77 | + |
| 78 | + |
75 | 79 |
|
76 | 80 |
|
77 | 81 |
|
src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php+8-20Lines changed: 8 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
59 |
| - |
| 58 | + |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 |
| - |
86 | 84 |
|
87 | 85 |
|
88 | 86 |
|
| ||
104 | 102 |
|
105 | 103 |
|
106 | 104 |
|
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 | 105 |
|
112 | 106 |
|
113 | 107 |
|
114 | 108 |
|
115 | 109 |
|
116 | 110 |
|
117 | 111 |
|
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
125 |
| - |
| 112 | + |
| 113 | + |
126 | 114 |
|
127 | 115 |
|
128 | 116 |
|
| ||
134 | 122 |
|
135 | 123 |
|
136 | 124 |
|
137 |
| - |
| 125 | + |
138 | 126 |
|
139 | 127 |
|
140 |
| - |
141 |
| - |
| 128 | + |
| 129 | + |
142 | 130 |
|
143 | 131 |
|
144 | 132 |
|
|
src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
0 commit comments