Commit 0360b09
File tree
Expand file treeCollapse file tree
22 files changed
+329
-179
lines changedFilter options
- .github/workflows
- src/Symfony
- Bundle/FrameworkBundle/Command
- Component
- Cache
- DependencyInjection
- Tests/DependencyInjection
- Console/Helper
- DependencyInjection
- Compiler
- Tests/Compiler
- Form/Tests/Fixtures
- HttpFoundation
- HttpKernel
- Debug
- Tests/Debug
- Intl/Data/Util
- Messenger/Bridge/Redis/Tests/Transport
- Notifier/Bridge/Firebase
- PropertyAccess/Tests/Fixtures
- Security/Core/Resources/translations
- Translation/Resources/bin
- Validator
- Context
- Resources/translations
- Tests/Fixtures
Expand file treeCollapse file tree
22 files changed
+329
-179
lines changed.github/workflows/integration-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
|
src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
144 | 145 |
|
145 | 146 |
|
146 | 147 |
|
147 |
| - |
| 148 | + |
148 | 149 |
|
149 | 150 |
|
150 | 151 |
|
| ||
180 | 181 |
|
181 | 182 |
|
182 | 183 |
|
183 |
| - |
| 184 | + |
184 | 185 |
|
185 | 186 |
|
186 | 187 |
|
|
src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
116 | 117 |
|
117 | 118 |
|
118 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
119 | 137 |
|
120 | 138 |
|
121 | 139 |
|
|
src/Symfony/Component/Console/Helper/Helper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Helper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
173 |
| - |
| 173 | + |
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 | 65 |
|
67 | 66 |
|
68 | 67 |
|
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Compiler/ServiceLocatorTagPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ServiceLocatorTagPassTest.php+55Lines changed: 55 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
16 | 18 |
|
17 | 19 |
|
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
| ||
143 | 146 |
|
144 | 147 |
|
145 | 148 |
|
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
146 | 201 |
|
src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
|
src/Symfony/Component/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1335 | 1335 |
|
1336 | 1336 |
|
1337 | 1337 |
|
1338 |
| - |
| 1338 | + |
1339 | 1339 |
|
1340 | 1340 |
|
1341 | 1341 |
|
|
src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php+10-9Lines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
44 |
| - |
| 44 | + |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 |
| - |
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
70 |
| - |
71 |
| - |
| 71 | + |
| 72 | + |
72 | 73 |
|
73 | 74 |
|
74 |
| - |
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
79 |
| - |
80 |
| - |
| 80 | + |
| 81 | + |
81 | 82 |
|
82 | 83 |
|
83 | 84 |
|
84 |
| - |
| 85 | + |
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
|
src/Symfony/Component/HttpKernel/HttpKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/HttpKernel.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
|
src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
| 113 | + |
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
| 117 | + |
| 118 | + |
117 | 119 |
|
118 | 120 |
|
119 | 121 |
|
|
src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| 49 | + |
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
|
0 commit comments