Skip to content

Commit 22f0281

Browse files
committed
minor #33142 Fixed markdown file (lyrixx)
This PR was squashed before being merged into the 3.4 branch (closes #33142). Discussion ---------- Fixed markdown file | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 136972506e Fixed markdown file
2 parents 3cfd3a9 + 91f5e7b commit 22f0281

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ CHANGELOG
1919
* Deprecated the `KernelTestCase::getPhpUnitXmlDir()` and `KernelTestCase::getPhpUnitCliConfigArgument()` methods.
2020
* Deprecated `AddCacheClearerPass`, use tagged iterator arguments instead.
2121
* Deprecated `AddCacheWarmerPass`, use tagged iterator arguments instead.
22-
* Deprecated `TranslationDumperPass`, use
22+
* Deprecated `TranslationDumperPass`, use
2323
`Symfony\Component\Translation\DependencyInjection\TranslationDumperPass` instead
24-
* Deprecated `TranslationExtractorPass`, use
24+
* Deprecated `TranslationExtractorPass`, use
2525
`Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass` instead
26-
* Deprecated `TranslatorPass`, use
26+
* Deprecated `TranslatorPass`, use
2727
`Symfony\Component\Translation\DependencyInjection\TranslatorPass` instead
2828
* Added `command` attribute to the `console.command` tag which takes the command
2929
name as value, using it makes the command lazy
3030
* Added `cache:pool:prune` command to allow manual stale cache item pruning of supported PSR-6 and PSR-16 cache pool
3131
implementations
32-
* Deprecated `Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader`, use
32+
* Deprecated `Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader`, use
3333
`Symfony\Component\Translation\Reader\TranslationReader` instead
3434
* Deprecated `translation.loader` service, use `translation.reader` instead
3535
* `AssetsInstallCommand::__construct()` now takes an instance of

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

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

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)