Commit 5aa44ee
File tree
Expand file treeCollapse file tree
65 files changed
+46
-1515
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/Tests/Validator/Constraints
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component
- Form/Tests/Extension/Validator/Constraints
- Security/Core/Tests/Validator/Constraints
- Validator
- Tests
- Constraints
- Validator
- Validator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
65 files changed
+46
-1515
lines changedsrc/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/LegacyUniqueEntityValidator2Dot4ApiTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/LegacyUniqueEntityValidator2Dot4ApiTest.php-26Lines changed: 0 additions & 26 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
503 | 503 |
|
504 | 504 |
|
505 | 505 |
|
506 |
| - |
507 |
| - |
508 |
| - |
| 506 | + |
509 | 507 |
|
510 | 508 |
|
511 | 509 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+7-13Lines changed: 7 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
744 | 744 |
|
745 | 745 |
|
746 | 746 |
|
747 |
| - |
748 |
| - |
749 |
| - |
750 |
| - |
751 |
| - |
752 |
| - |
753 |
| - |
754 |
| - |
755 |
| - |
756 |
| - |
757 |
| - |
758 |
| - |
759 |
| - |
| 747 | + |
| 748 | + |
| 749 | + |
| 750 | + |
| 751 | + |
| 752 | + |
| 753 | + |
760 | 754 |
|
761 | 755 |
|
762 | 756 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
| 134 | + |
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_2_4_api.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_2_4_api.php-9Lines changed: 0 additions & 9 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_2_4_api.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_2_4_api.xml-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_2_4_api.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_2_4_api.yml-5Lines changed: 0 additions & 5 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+2-26Lines changed: 2 additions & 26 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
382 | 382 |
|
383 | 383 |
|
384 | 384 |
|
385 |
| - |
386 |
| - |
387 |
| - |
388 |
| - |
389 |
| - |
390 |
| - |
391 |
| - |
392 |
| - |
393 |
| - |
394 |
| - |
395 |
| - |
396 |
| - |
397 |
| - |
398 |
| - |
399 |
| - |
400 |
| - |
401 | 385 |
|
402 | 386 |
|
403 | 387 |
|
| ||
443 | 427 |
|
444 | 428 |
|
445 | 429 |
|
446 |
| - |
447 |
| - |
448 |
| - |
449 |
| - |
450 |
| - |
| 430 | + |
451 | 431 |
|
452 | 432 |
|
453 | 433 |
|
| ||
467 | 447 |
|
468 | 448 |
|
469 | 449 |
|
470 |
| - |
471 |
| - |
472 |
| - |
473 |
| - |
474 |
| - |
| 450 | + |
475 | 451 |
|
476 | 452 |
|
477 | 453 |
|
|
src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
224 | 224 |
|
225 | 225 |
|
226 | 226 |
|
227 |
| - |
228 |
| - |
229 | 227 |
|
230 | 228 |
|
231 | 229 |
|
232 | 230 |
|
233 | 231 |
|
234 |
| - |
| 232 | + |
235 | 233 |
|
236 | 234 |
|
237 | 235 |
|
| ||
261 | 259 |
|
262 | 260 |
|
263 | 261 |
|
264 |
| - |
265 |
| - |
266 | 262 |
|
267 | 263 |
|
268 | 264 |
|
269 | 265 |
|
270 | 266 |
|
271 |
| - |
| 267 | + |
272 | 268 |
|
273 | 269 |
|
274 | 270 |
|
| ||
298 | 294 |
|
299 | 295 |
|
300 | 296 |
|
301 |
| - |
302 |
| - |
303 | 297 |
|
304 | 298 |
|
305 | 299 |
|
306 | 300 |
|
307 |
| - |
| 301 | + |
308 | 302 |
|
309 | 303 |
|
310 | 304 |
|
|
src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/LegacyFormValidator2Dot4ApiTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/LegacyFormValidator2Dot4ApiTest.php-26Lines changed: 0 additions & 26 deletions
This file was deleted.
src/Symfony/Component/Security/Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Validator/Constraints/LegacyUserPasswordValidator2Dot4ApiTest.php-26Lines changed: 0 additions & 26 deletions
This file was deleted.
0 commit comments