File tree
Expand file treeCollapse file tree
7 files changed
+38
-63
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Component/HttpKernel
- EventListener
- Tests/EventListener
Expand file treeCollapse file tree
7 files changed
+38
-63
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
721 | 721 |
|
722 | 722 |
|
723 | 723 |
|
724 |
| - |
725 |
| - |
726 |
| - |
727 | 724 |
|
728 | 725 |
|
729 | 726 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.xml+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 |
| - |
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/web.xml-10Lines changed: 0 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 | 70 |
|
81 | 71 |
|
82 | 72 |
|
|
src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php+29-1Lines changed: 29 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
| 27 | + |
24 | 28 |
|
25 | 29 |
|
26 | 30 |
|
| ||
37 | 41 |
|
38 | 42 |
|
39 | 43 |
|
| 44 | + |
40 | 45 |
|
41 | 46 |
|
42 | 47 |
|
| ||
49 | 54 |
|
50 | 55 |
|
51 | 56 |
|
52 |
| - |
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
| ||
58 | 63 |
|
59 | 64 |
|
60 | 65 |
|
| 66 | + |
61 | 67 |
|
62 | 68 |
|
63 | 69 |
|
| ||
144 | 150 |
|
145 | 151 |
|
146 | 152 |
|
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
147 | 173 |
|
148 | 174 |
|
149 | 175 |
|
| ||
152 | 178 |
|
153 | 179 |
|
154 | 180 |
|
| 181 | + |
| 182 | + |
155 | 183 |
|
156 | 184 |
|
157 | 185 |
|
src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php+5-28Lines changed: 5 additions & 28 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
| - |
21 | 19 |
|
22 | 20 |
|
23 | 21 |
|
| ||
35 | 33 |
|
36 | 34 |
|
37 | 35 |
|
38 |
| - |
39 |
| - |
40 |
| - |
41 | 36 |
|
42 |
| - |
| 37 | + |
43 | 38 |
|
44 | 39 |
|
45 | 40 |
|
46 | 41 |
|
47 |
| - |
48 |
| - |
49 | 42 |
|
50 | 43 |
|
51 | 44 |
|
| ||
58 | 51 |
|
59 | 52 |
|
60 | 53 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
| 54 | + |
70 | 55 |
|
| 56 | + |
71 | 57 |
|
72 | 58 |
|
73 | 59 |
|
| ||
104 | 90 |
|
105 | 91 |
|
106 | 92 |
|
107 |
| - |
108 |
| - |
109 |
| - |
110 |
| - |
111 |
| - |
112 | 93 |
|
113 | 94 |
|
114 | 95 |
|
| ||
147 | 128 |
|
148 | 129 |
|
149 | 130 |
|
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
| 131 | + |
| 132 | + |
156 | 133 |
|
157 | 134 |
|
158 | 135 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
| 107 | + |
107 | 108 |
|
108 | 109 |
|
109 | 110 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/ExceptionListenerTest.php-19Lines changed: 0 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 | 158 |
|
178 | 159 |
|
179 | 160 |
|
|
0 commit comments