File tree
8 files changed
+148
-12
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Component
- ErrorHandler
- ErrorRenderer
- Tests/ErrorRenderer
- Serializer/Tests/ErrorRenderer
8 files changed
+148
-12
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
452 | 452 |
|
453 | 453 |
|
454 | 454 |
|
| 455 | + |
455 | 456 |
|
456 | 457 |
|
457 | 458 |
|
458 | 459 |
|
459 | 460 |
|
460 | 461 |
|
461 | 462 |
|
| 463 | + |
| 464 | + |
462 | 465 |
|
463 | 466 |
|
464 | 467 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
| 211 | + |
211 | 212 |
|
212 | 213 |
|
213 | 214 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/web.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/web.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
|
src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php+14-6Lines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
| 47 | + |
47 | 48 |
|
48 |
| - |
| 49 | + |
| 50 | + |
49 | 51 |
|
50 |
| - |
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| ||
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
| 68 | + |
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
| ||
76 | 79 |
|
77 | 80 |
|
78 | 81 |
|
79 |
| - |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
80 | 90 |
|
81 | 91 |
|
82 | 92 |
|
| ||
262 | 272 |
|
263 | 273 |
|
264 | 274 |
|
265 |
| - |
266 |
| - |
267 | 275 |
|
268 | 276 |
|
269 | 277 |
|
|
src/Symfony/Component/ErrorHandler/ErrorRenderer/SerializerErrorRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/ErrorRenderer/SerializerErrorRenderer.php+16-5Lines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 |
| - |
34 |
| - |
35 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
36 | 38 |
|
37 |
| - |
| 39 | + |
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| ||
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
| ||
62 | 65 |
|
63 | 66 |
|
64 | 67 |
|
65 |
| - |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
66 | 77 |
|
67 | 78 |
|
68 | 79 |
|
|
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php+39Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
43 | 60 |
|
44 | 61 |
|
45 | 62 |
|
| ||
53 | 70 |
|
54 | 71 |
|
55 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
56 | 95 |
|
57 | 96 |
|
src/Symfony/Component/Serializer/Tests/ErrorRenderer/SerializerErrorRendererTest.php
Copy file name to clipboard+73Lines changed: 73 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 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
0 commit comments