Commit 0e28848
File tree
13 files changed
+50
-60
lines changedFilter options
- src/Symfony/Component/HttpKernel
- Controller
- ControllerMetadata
- Event
- Tests
- Event
- HttpCache
13 files changed
+50
-60
lines changedsrc/Symfony/Component/HttpKernel/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 |
| - |
47 | 46 |
|
48 |
| - |
| 47 | + |
49 | 48 |
|
50 | 49 |
|
51 | 50 |
|
|
src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 |
| - |
| 31 | + |
30 | 32 |
|
src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
32 | 35 |
|
| 36 | + |
33 | 37 |
|
34 | 38 |
|
35 |
| - |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php+10-20Lines changed: 10 additions & 20 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 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
| 26 | + |
32 | 27 |
|
33 | 28 |
|
34 | 29 |
|
35 | 30 |
|
36 | 31 |
|
37 | 32 |
|
38 | 33 |
|
39 |
| - |
| 34 | + |
40 | 35 |
|
41 | 36 |
|
42 | 37 |
|
| ||
45 | 40 |
|
46 | 41 |
|
47 | 42 |
|
48 |
| - |
| 43 | + |
49 | 44 |
|
50 | 45 |
|
51 | 46 |
|
52 | 47 |
|
53 | 48 |
|
54 | 49 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
65 | 55 |
|
66 | 56 |
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
22 | 24 |
|
23 | 25 |
|
24 |
| - |
| 26 | + |
25 | 27 |
|
src/Symfony/Component/HttpKernel/Event/ControllerArgumentsEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Event/ControllerArgumentsEvent.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
81 | 80 |
|
82 |
| - |
| 81 | + |
83 | 82 |
|
84 | 83 |
|
85 | 84 |
|
|
src/Symfony/Component/HttpKernel/Event/ControllerEvent.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Event/ControllerEvent.php+19-10Lines changed: 19 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
| ||
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
45 | 51 |
|
46 | 52 |
|
47 | 53 |
|
| ||
62 | 68 |
|
63 | 69 |
|
64 | 70 |
|
65 |
| - |
66 |
| - |
| 71 | + |
67 | 72 |
|
68 |
| - |
69 |
| - |
| 73 | + |
70 | 74 |
|
71 |
| - |
72 |
| - |
| 75 | + |
73 | 76 |
|
74 | 77 |
|
75 |
| - |
76 | 78 |
|
77 | 79 |
|
78 | 80 |
|
| ||
81 | 83 |
|
82 | 84 |
|
83 | 85 |
|
84 |
| - |
85 |
| - |
| 86 | + |
| 87 | + |
86 | 88 |
|
87 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
88 | 97 |
|
89 | 98 |
|
90 |
| - |
| 99 | + |
91 | 100 |
|
92 | 101 |
|
93 | 102 |
|
|
src/Symfony/Component/HttpKernel/HttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpKernel.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
177 | 176 |
|
178 | 177 |
|
179 | 178 |
|
|
src/Symfony/Component/HttpKernel/Tests/Event/ControllerEventTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Event/ControllerEventTest.php+1-16Lines changed: 1 addition & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 | 24 |
|
36 | 25 |
|
37 | 26 |
|
38 | 27 |
|
39 | 28 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
| 29 | + |
45 | 30 |
|
46 | 31 |
|
47 | 32 |
|
|
src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
| 75 | + |
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
|
src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
|
src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
0 commit comments