Commit f0e076a
File tree
14 files changed
+103
-39
lines changedFilter options
- src/Symfony/Component
- HttpKernel
- Attribute
- ControllerMetadata
- Tests
- ControllerMetadata
- Fixtures
- Attribute
- Controller
- Security/Http
- Attribute
- Controller
- Tests/Controller
14 files changed
+103
-39
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
| 96 | + |
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
|
src/Symfony/Component/HttpKernel/Attribute/ArgumentInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Attribute/ArgumentInterface.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
| 18 | + |
| 19 | + |
16 | 20 |
|
17 | 21 |
|
18 | 22 |
|
|
src/Symfony/Component/HttpKernel/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CHANGELOG.md+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
7 | 10 |
|
8 | 11 |
|
9 | 12 |
|
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php+48-4Lines changed: 48 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
| - |
| 31 | + |
30 | 32 |
|
31 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
35 | 40 |
|
36 | 41 |
|
37 | 42 |
|
38 | 43 |
|
39 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
40 | 51 |
|
41 | 52 |
|
42 | 53 |
|
| ||
114 | 125 |
|
115 | 126 |
|
116 | 127 |
|
117 |
| - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
118 | 162 |
|
119 | 163 |
|
src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php+4-20Lines changed: 4 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 | 14 |
|
18 | 15 |
|
19 | 16 |
|
| ||
37 | 34 |
|
38 | 35 |
|
39 | 36 |
|
40 |
| - |
41 | 37 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
51 | 41 |
|
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 | 42 |
|
59 | 43 |
|
60 | 44 |
|
61 |
| - |
| 45 | + |
62 | 46 |
|
63 | 47 |
|
64 | 48 |
|
|
src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
| ||
128 | 127 |
|
129 | 128 |
|
130 | 129 |
|
131 |
| - |
| 130 | + |
132 | 131 |
|
133 | 132 |
|
134 | 133 |
|
135 | 134 |
|
136 | 135 |
|
137 | 136 |
|
138 |
| - |
| 137 | + |
139 | 138 |
|
140 |
| - |
141 |
| - |
142 |
| - |
| 139 | + |
| 140 | + |
143 | 141 |
|
144 | 142 |
|
145 | 143 |
|
|
src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
| 22 | + |
| 23 | + |
19 | 24 |
|
20 | 25 |
|
21 | 26 |
|
| ||
41 | 46 |
|
42 | 47 |
|
43 | 48 |
|
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
44 | 72 |
|
src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Foo.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Foo.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/AttributeController.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/AttributeController.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
src/Symfony/Component/Security/Http/Attribute/CurrentUser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Attribute/CurrentUser.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
20 |
| - |
| 18 | + |
21 | 19 |
|
22 | 20 |
|
src/Symfony/Component/Security/Http/Controller/UserValueResolver.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Controller/UserValueResolver.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
src/Symfony/Component/Security/Http/Tests/Controller/UserValueResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Controller/UserValueResolverTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
| 81 | + |
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
| ||
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
92 |
| - |
| 93 | + |
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
|
src/Symfony/Component/Security/Http/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
0 commit comments