Commit d1bf1ca
[ErrorHandler] help finish the PR
1 parent 6c9157b commit d1bf1caCopy full SHA for d1bf1ca
25 files changed
+174-129Lines changed: 174 additions & 129 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge/Twig
- ErrorRenderer
- Tests/ErrorRenderer
- Bundle
- FrameworkBundle/Resources/config
- TwigBundle
- Resources/config
- Tests/DependencyInjection
- WebProfilerBundle/Tests/DependencyInjection
- Component
- ErrorHandler
- ErrorRenderer
- Tests
- ErrorRenderer
- phpt
- HttpKernel
- Controller
- EventListener
- Tests
- Controller
- EventListener
- Serializer
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | 21 | |
23 | 22 | |
24 | 23 | |
| ||
305 | 304 | |
306 | 305 | |
307 | 306 | |
308 | | - |
| 307 | + |
309 | 308 | |
310 | 309 | |
311 | 310 | |
|
Collapse file
-1Lines changed: 0 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | | - |
61 | 60 | |
62 | 61 | |
63 | 62 | |
|
Collapse file
src/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
|
Collapse file
…/ErrorRenderer/TwigHtmlErrorRenderer.php …Twig/ErrorRenderer/TwigErrorRenderer.phpsrc/Symfony/Bundle/TwigBundle/ErrorRenderer/TwigHtmlErrorRenderer.php renamed to src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php src/Symfony/Bundle/TwigBundle/ErrorRenderer/TwigHtmlErrorRenderer.php renamed to src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php+7-7Lines changed: 7 additions & 7 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 | |
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | | - |
| 30 | + |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
| ||
42 | 42 | |
43 | 43 | |
44 | 44 | |
45 | | - |
| 45 | + |
46 | 46 | |
47 | | - |
| 47 | + |
48 | 48 | |
49 | 49 | |
50 | 50 | |
|
Collapse file
…orRenderer/TwigHtmlErrorRendererTest.php …/ErrorRenderer/TwigErrorRendererTest.phpsrc/Symfony/Bundle/TwigBundle/Tests/ErrorRenderer/TwigHtmlErrorRendererTest.php renamed to src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php src/Symfony/Bundle/TwigBundle/Tests/ErrorRenderer/TwigHtmlErrorRendererTest.php renamed to src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php+9-16Lines changed: 9 additions & 16 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 | + |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | 21 | |
21 | | - |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
| ||
32 | 33 | |
33 | 34 | |
34 | 35 | |
35 | | - |
| 36 | + |
36 | 37 | |
37 | 38 | |
38 | 39 | |
| ||
46 | 47 | |
47 | 48 | |
48 | 49 | |
| 50 | + |
49 | 51 | |
50 | 52 | |
51 | | - |
| 53 | + |
52 | 54 | |
53 | 55 | |
54 | 56 | |
55 | 57 | |
56 | | - |
57 | | - |
58 | 58 | |
59 | 59 | |
60 | 60 | |
| 61 | + |
61 | 62 | |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
| 63 | + |
71 | 64 | |
72 | 65 | |
Collapse file
src/Symfony/Bridge/Twig/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/composer.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
30 | | - |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.xml+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
20 | 25 | |
21 | | - |
22 | 26 | |
23 | 27 | |
24 | 28 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/CHANGELOG.md-1Lines changed: 0 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | 9 | |
11 | 10 | |
12 | 11 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
162 | 162 | |
163 | 163 | |
164 | 164 | |
165 | | - |
| 165 | + |
166 | 166 | |
167 | 167 | |
168 | 168 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
26 | 27 | |
27 | 28 | |
28 | 29 | |
| ||
302 | 303 | |
303 | 304 | |
304 | 305 | |
| 306 | + |
305 | 307 | |
306 | 308 | |
307 | 309 | |
|
0 commit comments