Commit 4a1ab6d
File tree
8 files changed
+132
-13
lines changedFilter options
- src/Symfony/Component/HttpKernel
- Controller
- ArgumentResolver
- ControllerMetadata
- Tests
- Controller
- ControllerMetadata
- Fixtures/Controller
8 files changed
+132
-13
lines changedsrc/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
|
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
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 |
|
40 | 40 |
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| 34 | + |
33 | 35 |
|
34 |
| - |
| 36 | + |
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| 43 | + |
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
| ||
84 | 87 |
|
85 | 88 |
|
86 | 89 |
|
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
87 | 100 |
|
88 | 101 |
|
89 | 102 |
|
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php+44-3Lines changed: 44 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 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 | + |
21 | 45 |
|
22 | 46 |
|
23 | 47 |
|
| ||
34 | 58 |
|
35 | 59 |
|
36 | 60 |
|
37 |
| - |
| 61 | + |
38 | 62 |
|
39 | 63 |
|
40 | 64 |
|
| ||
49 | 73 |
|
50 | 74 |
|
51 | 75 |
|
52 |
| - |
| 76 | + |
53 | 77 |
|
54 | 78 |
|
55 | 79 |
|
| ||
64 | 88 |
|
65 | 89 |
|
66 | 90 |
|
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
67 | 108 |
|
68 | 109 |
|
69 | 110 |
|
| ||
85 | 126 |
|
86 | 127 |
|
87 | 128 |
|
88 |
| - |
| 129 | + |
89 | 130 |
|
90 | 131 |
|
91 | 132 |
|
|
src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
202 | 203 |
|
203 | 204 |
|
204 | 205 |
|
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
205 | 232 |
|
206 | 233 |
|
207 | 234 |
|
|
src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php+23-4Lines changed: 23 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
| ||
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
45 |
| - |
46 |
| - |
47 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
| ||
74 | 78 |
|
75 | 79 |
|
76 | 80 |
|
77 |
| - |
| 81 | + |
78 | 82 |
|
79 | 83 |
|
80 | 84 |
|
| ||
106 | 110 |
|
107 | 111 |
|
108 | 112 |
|
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
109 | 128 |
|
110 | 129 |
|
111 | 130 |
|
|
src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php+11-2Lines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
22 | 30 |
|
23 | 31 |
|
24 | 32 |
|
| ||
28 | 36 |
|
29 | 37 |
|
30 | 38 |
|
31 |
| - |
| 39 | + |
32 | 40 |
|
| 41 | + |
33 | 42 |
|
34 | 43 |
|
35 | 44 |
|
|
src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
0 commit comments