8000 Fix CS in changelogs by jderusse · Pull Request #39441 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fix CS in changelogs #39441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix CS in changelogs
  • Loading branch information
jderusse committed Dec 10, 2020
commit fb22eece5e58bc695520ccc117b1981b979d3012
2 changes: 1 addition & 1 deletion src/Symfony/Component/Cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
5.3.0
-----

* added support for connecting to Redis Sentinel clusters when using the Redis PHP extension
* added support for connecting to Redis Sentinel clusters when using the Redis PHP extension

5.2.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Ldap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
5.3.0
-----

* Added caseSensitive option for attribute keys in the Entry class.
* Added caseSensitive option for attribute keys in the Entry class.

5.1.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Messenger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
5.3.0
-----

* `InMemoryTransport` can perform message serialization through dsn `in-memory://?serialize=true`.
* `InMemoryTransport` can perform message serialization through dsn `in-memory://?serialize=true`.

5.2.0
-----
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Security/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
5.3.0
-----

* Deprecated voters that do not return a valid decision when calling the `vote` method.
* Deprecated voters that do not return a valid decision when calling the `vote` method.

5.2.0
-----
Expand Down
0