8000 Fix style of changelogs/readmes · symfony/symfony@a964554 · GitHub
[go: up one dir, main page]

Skip to content

Commit a964554

Browse files
Fix style of changelogs/readmes
1 parent f6ab4b5 commit a964554

File tree

19 files changed

+65
-64
lines changed

19 files changed

+65
-64
lines changed

src/Symfony/Bridge/Monolog/CHANGELOG.md

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

7-
* Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers
7+
* Add `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger workers
88

99
5.2.0
1010
-----

src/Symfony/Bridge/Twig/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ CHANGELOG
44
5.3
55
---
66

7-
* Add a new `markAsPublic` method on `NotificationEmail` to change the `importance` context option to null after creation
8-
* Add a new `fragment_uri()` helper to generate the URI of a fragment
9-
* Add support of Bootstrap 5 for form theming
10-
* Add a new `serialize` filter to serialize objects using the Serializer component
7+
* Add a new `markAsPublic` method on `NotificationEmail` to change the `importance` context option to null after creation
8+
* Add a new `fragment_uri()` helper to generate the URI of a fragment
9+
* Add support of Bootstrap 5 for form theming
10+
* Add a new `serialize` filter to serialize objects using the Serializer component
1111

1212
5.2.0
1313
-----

src/Symfony/Bundle/TwigBundle/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
CHANGELOG
22
=========
33

4-
5.3.0
5-
-----
4+
5.3
5+
---
66

7-
* Added support for the new `serialize` filter (from Twig Bridge)
7+
* Add support for the new `serialize` filter (from Twig Bridge)
88

99
5.2.0
1010
-----

src/Symfony/Component/Mailer/Bridge/Amazon/CHANGELOG.md

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

7-
* Add support for `X-SES-SOURCE-ARN`
7+
* Add support for `X-SES-SOURCE-ARN`
88

99
5.1.0
1010
-----

src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ $email
3434

3535
This example allow you to set :
3636

37-
* templateId
38-
* params
39-
* tags
40-
* headers
41-
* sender.ip
42-
* X-Mailin-Custom
37+
* templateId
38+
* params
39+
* tags
40+
* headers
41+
* sender.ip
42+
* X-Mailin-Custom
4343

4444
For more informations, you can refer to [Sendinblue API documentation](https://developers.sendinblue.com/reference#sendtransacemail).
4545

src/Symfony/Component/Notifier/Bridge/AllMySms/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM
1111
```
1212

1313
where:
14-
- `LOGIN` is your user ID
15-
- `APIKEY` is your AllMySms API key
16-
- `FROM` is your sender (optional, default: 36180)
14+
- `LOGIN` is your user ID
15+
- `APIKEY` is your AllMySms API key
16+
- `FROM` is your sender (optional, default: 36180)
1717

1818
Resources
1919
---------

src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ GATEWAYAPI_DSN=gatewayapi://TOKEN@default?from=FROM
1111
```
1212

1313
where:
14-
- `TOKEN` is API Token (OAuth)
15-
- `FROM` is sender name
14+
- `TOKEN` is API Token (OAuth)
15+
- `FROM` is sender name
1616

1717
See your account info at https://gatewayapi.com
1818

1919
Resources
2020
---------
2121

22-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
23-
* [Report issues](https://github.com/symfony/symfony/issues) and
24-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
25-
in the [main Symfony repository](https://github.com/symfony/symfony)
22+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
23+
* [Report issues](https://github.com/symfony/symfony/issues) and
24+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
25+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/Gitter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ GITTER_DSN=gitter://TOKEN@default?room_id=ROOM_ID
1111
```
1212

1313
where:
14-
- `TOKEN` is your Gitter token
15-
- `ROOM_ID` is your Gitter room id
14+
- `TOKEN` is your Gitter token
15+
- `ROOM_ID` is your Gitter room id
1616

1717
Resources
1818
---------

src/Symfony/Component/Notifier/Bridge/MessageBird/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ MESSAGEBIRD_DSN=messagebird://TOKEN@default?from=FROM
1111
```
1212

1313
where:
14-
- `TOKEN` is your MessageBird token
15-
- `FROM` is your sender
14+
- `TOKEN` is your MessageBird token
15+
- `FROM` is your sender
1616

1717
Resources
1818
---------
1919

20-
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
21-
* [Report issues](https://github.com/symfony/symfony/issues) and
22-
[send Pull Requests](https://github.com/symfony/symfony/pulls)
23-
in the [main Symfony repository](https://github.com/symfony/symfony)
20+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
21+
* [Report issues](https://github.com/symfony/symfony/issues) and
22+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
23+
in the [main Symfony repository](https://github.com/symfony/symfony)

src/Symfony/Component/Notifier/Bridge/Nexmo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ NEXMO_DSN=nexmo://KEY:SECRET@default?from=FROM
1111
```
1212

1313
where:
14-
- `KEY` is your Nexmo key
15-
- `SECRET` is your Nexmo secret
16-
- `FROM` is your sender
14+
- `KEY` is your Nexmo key
15+
- `SECRET` is your Nexmo secret
16+
- `FROM` is your sender
1717

1818
Resources
1919
---------

0 commit comments

Comments
 (0)
0