Commit 0566c39
committed
File tree
5 files changed
+62
-2
lines changedFilter options
- src/Symfony/Component/Routing
- Loader/Configurator/Traits
- Tests
- Fixtures
- AttributeFixtures
- localized
- Loader
5 files changed
+62
-2
lines changedsrc/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
45 |
| - |
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
|
src/Symfony/Component/Routing/RouteCollection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollection.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
395 | 395 |
|
396 | 396 |
|
397 | 397 |
|
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
398 | 403 |
|
src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPriorityController.php
Copy file name to clipboard+22Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
src/Symfony/Component/Routing/Tests/Fixtures/localized/localized-prefix.yml
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
| 17 | + |
16 | 18 |
|
| 19 | + |
17 | 20 |
|
18 | 21 |
|
19 | 22 |
|
| ||
458 | 461 |
|
459 | 462 |
|
460 | 463 |
|
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
461 | 487 |
|
0 commit comments