8000 minor #33160 Partially Revert "Remove trailing space in all markdown … · symfony/symfony@f23d139 · GitHub
[go: up one dir, main page]

Skip to content

Commit f23d139

Browse files
minor #33160 Partially Revert "Remove trailing space in all markdown files" (lyrixx)
This PR was merged into the 3.4 branch. Discussion ---------- Partially Revert "Remove trailing space in all markdown files" This reverts commit 5a3c198. | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #33142 | License | MIT | Doc PR | - Commits ------- 2aec7df Partially Revert "Remove trailing space in all markdown files"
2 parents 663ba5b + 2aec7df commit f23d139

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
- Scheme: http|https
66
- Method: GET|HEAD
77
- Class: Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub
8-
- Defaults:
8+
- Defaults:
99
- `name`: Joseph
10-
- Requirements:
10+
- Requirements:
1111
- `name`: [a-z]+
12-
- Options:
12+
- Options:
1313
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
1414
- `opt1`: val1
1515
- `opt2`: val2

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Class: Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub
88
- Defaults: NONE
99
- Requirements: NO CUSTOM
10-
- Options:
10+
- Options:
1111
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
1212
- `opt1`: val1
1313
- `opt2`: val2

src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ route_1
88
- Scheme: http|https
99
- Method: GET|HEAD
1010
- Class: Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub
11-
- Defaults:
11+
- Defaults:
1212
- `name`: Joseph
13-
- Requirements:
13+
- Requirements:
1414
- `name`: [a-z]+
15-
- Options:
15+
- Options:
1616
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
1717
- `opt1`: val1
1818
- `opt2`: val2
@@ -30,7 +30,7 @@ route_2
3030
- Class: Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor\RouteStub
3131
- Defaults: NONE
3232
- Requirements: NO CUSTOM
33-
- Options:
33+
- Options:
3434
- `compiler_class`: Symfony\Component\Routing\RouteCompiler
3535
- `opt1`: val1
3636
- `opt2`: val2

0 commit comments

Comments
 (0)
0