8000 minor #33142 Fixed markdown file (lyrixx) · symfony/symfony@7ae7a66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ae7a66

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 ------- 1369725 Fixed markdown file
2 parents 04b4116 + 1369725 commit 7ae7a66

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

CHANGELOG-3.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
257257
* bug #29355 [PropertyAccess] calculate cache keys for property setters depending on the value (xabbuh)
258258
* bug #29369 [DI] fix combinatorial explosion when analyzing the service graph (nicolas-grekas)
259259
* bug #29349 [Debug] workaround opcache bug mutating "$this" !?! (nicolas-grekas)
260-
260+
261261
* 3.4.19 (2018-11-26)
262262

263263
* bug #29318 [Console] Move back root exception to stack trace in verbose mode (chalasr)

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ Symfony is the result of the work of many people who made the code better
760760
- Thomas Ploch
761761
- Benjamin Grandfond (benjamin)
762762
- Tiago Brito (blackmx)
763-
-
763+
-
764764
- Richard van den Brand (ricbra)
765765
- develop
766766
- flip111

UPGRADE-3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ UPGRADE FROM 2.x to 3.0
595595
}
596596
}
597597
```
598-
598+
599599
If the form is submitted with a different request method than `POST`, you need to configure this in the form:
600600

601601
Before:

src/Symfony/Bundle/FrameworkBundle/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

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

src/Symfony/Bundle/SecurityBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CHANGELOG
99
* Tagging voters with the `security.voter` tag without implementing the
1010
`VoterInterface` on the class is now deprecated and will be removed in 4.0.
1111
* [BC BREAK] `FirewallContext::getListeners()` now returns `\Traversable|array`
12-
* added info about called security listeners in profiler
12+
* added info about called security listeners in profiler
1313
* Added `logout_on_user_change` to the firewall options. This config item will
1414
trigger a logout when the user has changed. Should be set to true to avoid
1515
deprecations in the configuration.

src/Symfony/Bundle/WebServerBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
3.4.0
55
-----
66

7-
* WebServer can now use '*' as a wildcard to bind to 0.0.0.0 (INADDR_ANY)
7+
* WebServer can now use `*` as a wildcard to bind to 0.0.0.0 (INADDR_ANY)
88

99
3.3.0
1010
-----

src/Symfony/Component/Console/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CHANGELOG
2222
with value optional explicitly passed empty
2323
* added console.error event to catch exceptions thrown by other listeners
2424
* deprecated console.exception event in favor of console.error
25-
* added ability to handle `CommandNotFoundException` through the
25+
* added ability to handle `CommandNotFoundException` through the
2626
`console.error` event
2727
* deprecated default validation in `SymfonyQuestionHelper::ask`
2828

@@ -38,7 +38,7 @@ CHANGELOG
3838
-----
3939

4040
* added truncate method to FormatterHelper
41-
* added setColumnWidth(s) method to Table
41+
* added setColumnWidth(s) method to Table
4242

4343
2.8.3
4444
-----

src/Symfony/Component/Ldap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Ldap client for PHP on top of PHP's ldap extension.
66
Disclaimer
77
----------
88

9-
This component is only stable since Symfony 3.1. Earlier versions
9+
This component is only stable since Symfony 3.1. Earlier versions
1010
have been marked as internal as they still needed some work.
1111
Breaking changes were introduced in Symfony 3.1, so code relying on
1212
previous version of the component will break with this version.

src/Symfony/Component/Serializer/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CHANGELOG
99
* added support for serializing `DateInterval` objects
1010
* added getter for extra attributes in `ExtraAttributesException`
1111
* improved `CsvEncoder` to handle variable nested structures
12-
* CSV headers can be passed to the `CsvEncoder` via the `csv_headers` serialization context variable
12+
* CSV headers can be passed to the `CsvEncoder` via the `csv_headers` serialization context variable
1313
* added `$context` when checking for encoding, decoding and normalizing in `Serializer`
1414

1515
3.3.0
@@ -70,7 +70,7 @@ CHANGELOG
7070

7171
* added `$context` support for XMLEncoder.
7272
* [DEPRECATION] JsonEncode and JsonDecode where modified to throw
73-
an exception if error found. No need for get*Error() functions
73+
an exception if error found. No need for `get*Error()` functions
7474

7575
2.3.0
7676
-----

0 commit comments

Comments
 (0)
0