Commit f5a020e
File tree
Expand file treeCollapse file tree
70 files changed
+169
-1651
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/Validator
- Context
- Tests
- Constraints
- 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
70 files changed
+169
-1651
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+9-13Lines changed: 9 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
115 | 123 |
|
116 | 124 |
|
117 | 125 |
|
| ||
610 | 618 |
|
611 | 619 |
|
612 | 620 |
|
| 621 | + |
613 | 622 |
|
614 | 623 |
|
615 | 624 |
|
| ||
620 | 629 |
|
621 | 630 |
|
622 | 631 |
|
623 |
| - |
624 |
| - |
625 |
| - |
626 |
| - |
627 |
| - |
628 |
| - |
629 |
| - |
630 |
| - |
631 |
| - |
632 |
| - |
633 |
| - |
634 |
| - |
635 |
| - |
636 | 632 |
|
637 | 633 |
|
638 | 634 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-12Lines changed: 3 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
761 | 761 |
|
762 | 762 |
|
763 | 763 |
|
764 |
| - |
765 |
| - |
766 |
| - |
767 |
| - |
768 |
| - |
769 |
| - |
770 |
| - |
771 |
| - |
772 |
| - |
773 |
| - |
774 |
| - |
775 | 764 |
|
776 | 765 |
|
777 |
| - |
| 766 | + |
| 767 | + |
| 768 | + |
778 | 769 |
|
779 | 770 |
|
780 | 771 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
157 | 156 |
|
158 | 157 |
|
159 | 158 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_2_5_api.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_2_5_api.php-9Lines changed: 0 additions & 9 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_2_5_bc_api.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_2_5_bc_api.php-9Lines changed: 0 additions & 9 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_auto_api.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_auto_api.php-9Lines changed: 0 additions & 9 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_implicit_api.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_implicit_api.php-8Lines changed: 0 additions & 8 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_2_5_api.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_2_5_api.xml-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_2_5_bc_api.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_2_5_bc_api.xml-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_auto_api.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_auto_api.xml-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_implicit_api.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/validation_implicit_api.xml-12Lines changed: 0 additions & 12 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_2_5_api.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_2_5_api.yml-5Lines changed: 0 additions & 5 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_2_5_bc_api.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_2_5_bc_api.yml-5Lines changed: 0 additions & 5 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_auto_api.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_auto_api.yml-5Lines changed: 0 additions & 5 deletions
This file was deleted.
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_implicit_api.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/validation_implicit_api.yml-4Lines changed: 0 additions & 4 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+6-76Lines changed: 6 additions & 76 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
276 | 276 |
|
277 | 277 |
|
278 | 278 |
|
279 |
| - |
| 279 | + |
280 | 280 |
|
281 | 281 |
|
282 | 282 |
|
| ||
289 | 289 |
|
290 | 290 |
|
291 | 291 |
|
292 |
| - |
293 |
| - |
294 | 292 |
|
295 | 293 |
|
296 | 294 |
|
| ||
306 | 304 |
|
307 | 305 |
|
308 | 306 |
|
309 |
| - |
| 307 | + |
310 | 308 |
|
311 | 309 |
|
312 | 310 |
|
313 | 311 |
|
314 | 312 |
|
315 | 313 |
|
316 |
| - |
| 314 | + |
317 | 315 |
|
318 | 316 |
|
319 | 317 |
|
| ||
337 | 335 |
|
338 | 336 |
|
339 | 337 |
|
340 |
| - |
| 338 | + |
341 | 339 |
|
342 | 340 |
|
343 | 341 |
|
| ||
355 | 353 |
|
356 | 354 |
|
357 | 355 |
|
358 |
| - |
| 356 | + |
359 | 357 |
|
360 | 358 |
|
361 | 359 |
|
| ||
378 | 376 |
|
379 | 377 |
|
380 | 378 |
|
381 |
| - |
| 379 | + |
382 | 380 |
|
383 | 381 |
|
384 | 382 |
|
385 | 383 |
|
386 |
| - |
387 |
| - |
388 |
| - |
389 |
| - |
390 |
| - |
391 |
| - |
392 |
| - |
393 |
| - |
394 |
| - |
395 |
| - |
396 |
| - |
397 |
| - |
398 |
| - |
399 |
| - |
400 |
| - |
401 |
| - |
402 |
| - |
403 |
| - |
404 |
| - |
405 |
| - |
406 |
| - |
407 |
| - |
408 |
| - |
409 |
| - |
410 |
| - |
411 |
| - |
412 |
| - |
413 |
| - |
414 |
| - |
415 |
| - |
416 |
| - |
417 |
| - |
418 |
| - |
419 |
| - |
420 |
| - |
421 |
| - |
422 |
| - |
423 |
| - |
424 |
| - |
425 |
| - |
426 |
| - |
427 |
| - |
428 |
| - |
429 |
| - |
430 |
| - |
431 |
| - |
432 |
| - |
433 |
| - |
434 |
| - |
435 |
| - |
436 |
| - |
437 |
| - |
438 |
| - |
439 |
| - |
440 |
| - |
441 |
| - |
442 |
| - |
443 |
| - |
444 |
| - |
445 |
| - |
446 |
| - |
447 |
| - |
448 |
| - |
449 |
| - |
450 |
| - |
451 |
| - |
452 |
| - |
453 |
| - |
454 | 384 |
|
455 | 385 |
|
456 | 386 |
|
|
0 commit comments