Commit eaa80d9
committed
File tree
59 files changed
+78
-143
lines changedFilter options
- src/Symfony
- Bridge/Twig/Extension
- Bundle
- FrameworkBundle/Tests/Functional/app
- SecurityBundle/Tests/Functional
- Component
- BrowserKit
- Cache/Tests/Fixtures
- Console/Helper
- DependencyInjection/Tests/Fixtures/includes
- DomCrawler/Field
- ErrorHandler/ErrorRenderer
- Form/Extension
- Core
- DataTransformer
- Type
- Validator/Constraints
- HttpFoundation
- File
- Tests/Session/Storage/Handler
- HttpKernel
- DataCollector
- EventListener
- Tests
- HttpCache
- Ldap/Tests/Adapter/ExtLdap
- Messenger
- Bridge/Doctrine/Transport
- Transport/Serialization/Normalizer
- PasswordHasher/Tests/Fixtures
- Routing/Tests/Loader
- Security
- Core
- Authentication
- Tests/Authentication
- Token
- Http/Tests/LoginLink
- Serializer
- Encoder
- Normalizer
- Tests
- Fixtures
- Normalizer
- Templating/Tests
- Loader
- Validator
- Constraints
- Context
- Tests
- Fixtures
- Annotation
- Attribute
- Mapping
- Yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+78
-143
lines changedsrc/Symfony/Bridge/Twig/Extension/CodeExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/CodeExtension.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
173 |
| - |
174 |
| - |
175 |
| - |
176 |
| - |
177 |
| - |
| 172 | + |
178 | 173 |
|
179 | 174 |
|
180 | 175 |
|
|
src/Symfony/Bridge/Twig/Extension/FormExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/FormExtension.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
| 106 | + |
110 | 107 |
|
111 | 108 |
|
112 | 109 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
193 |
| - |
| 193 | + |
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
|
src/Symfony/Component/BrowserKit/Response.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/Response.php+1-13Lines changed: 1 addition & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 | 57 |
|
63 | 58 |
|
64 | 59 |
|
| ||
69 | 64 |
|
70 | 65 |
|
71 | 66 |
|
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 | 67 |
|
78 | 68 |
|
79 | 69 |
|
80 | 70 |
|
81 | 71 |
|
82 | 72 |
|
83 |
| - |
84 |
| - |
85 | 73 |
|
86 | 74 |
|
87 |
| - |
| 75 | + |
88 | 76 |
|
89 | 77 |
|
90 | 78 |
|
|
src/Symfony/Component/Cache/Tests/Fixtures/ArrayCache.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Fixtures/ArrayCache.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
src/Symfony/Component/Console/Helper/QuestionHelper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/QuestionHelper.php+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
496 | 496 |
|
497 | 497 |
|
498 | 498 |
|
499 |
| - |
500 |
| - |
501 | 499 |
|
502 |
| - |
| 500 | + |
503 | 501 |
|
504 | 502 |
|
505 | 503 |
|
| ||
539 | 537 |
|
540 | 538 |
|
541 | 539 |
|
542 |
| - |
543 |
| - |
544 | 540 |
|
545 |
| - |
| 541 | + |
546 | 542 |
|
547 | 543 |
|
548 | 544 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/AcmeExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/AcmeExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
252 | 252 |
|
253 | 253 |
|
254 | 254 |
|
255 |
| - |
256 |
| - |
257 |
| - |
| 255 | + |
258 | 256 |
|
259 |
| - |
| 257 | + |
260 | 258 |
|
261 | 259 |
|
262 | 260 |
|
|
src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php+1-9Lines changed: 1 addition & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
151 |
| - |
152 |
| - |
153 | 150 |
|
154 | 151 |
|
155 | 152 |
|
| ||
203 | 200 |
|
204 | 201 |
|
205 | 202 |
|
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
| 203 | + |
212 | 204 |
|
213 | 205 |
|
214 | 206 |
|
|
src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 | 198 |
|
203 |
| - |
| 199 | + |
204 | 200 |
|
205 | 201 |
|
206 | 202 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/FileType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/FileType.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
175 |
| - |
176 |
| - |
177 | 175 |
|
178 |
| - |
| 176 | + |
179 | 177 |
|
180 | 178 |
|
181 | 179 |
|
|
src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 |
| - |
| 208 | + |
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
|
src/Symfony/Component/HttpFoundation/File/UploadedFile.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/File/UploadedFile.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
226 | 226 |
|
227 | 227 |
|
228 | 228 |
|
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
| 229 | + |
235 | 230 |
|
236 | 231 |
|
237 | 232 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
386 | 386 |
|
387 | 387 |
|
388 | 388 |
|
389 |
| - |
390 |
| - |
391 |
| - |
392 |
| - |
393 |
| - |
| 389 | + |
394 | 390 |
|
395 | 391 |
|
396 | 392 |
|
|
src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
| 82 | + |
86 | 83 |
|
87 | 84 |
|
88 | 85 |
|
|
src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
|
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 |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
|
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 |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/HttpKernel/Tests/KernelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/KernelTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
521 | 521 |
|
522 | 522 |
|
523 | 523 |
|
524 |
| - |
| 524 | + |
525 | 525 |
|
526 | 526 |
|
527 | 527 |
|
|
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 |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
|
src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
30 | 29 |
|
31 | 30 |
|
32 | 31 |
|
33 |
| - |
| 32 | + |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
|
src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php+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 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
143 | 144 |
|
144 | 145 |
|
145 | 146 |
|
146 |
| - |
| 147 | + |
147 | 148 |
|
148 | 149 |
|
149 | 150 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
261 | 261 |
|
262 | 262 |
|
263 | 263 |
|
264 |
| - |
| 264 | + |
265 | 265 |
|
266 | 266 |
|
267 | 267 |
|
|
src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
271 | 271 |
|
272 | 272 |
|
273 | 273 |
|
274 |
| - |
| 274 | + |
275 | 275 |
|
276 | 276 |
|
277 | 277 |
|
|
0 commit comments