Commit 9438206
File tree
Expand file treeCollapse file tree
66 files changed
+128
-1567
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
66 files changed
+128
-1567
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
763 | 763 |
|
764 | 764 |
|
765 | 765 |
|
| 766 | + |
766 | 767 |
|
767 |
| - |
| 768 | + |
768 | 769 |
|
769 | 770 |
|
770 | 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+4-74Lines changed: 4 additions & 74 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 |
|
| ||
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