8000 minor #41145 Fix style of changelogs/readmes (nicolas-grekas) · symfony/symfony@a04dedd · GitHub
[go: up one dir, main page]

Skip to content

Commit a04dedd

Browse files
committed
minor #41145 Fix style of changelogs/readmes (nicolas-grekas)
This PR was merged into the 5.3-dev branch. Discussion ---------- Fix style of changelogs/readmes | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- a964554 Fix style of changelogs/readmes
2 parents e7a5a2c + a964554 commit a04dedd

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
---------

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE
1111
```
1212

1313
where:
14-
- `USERLOGIN` is your Octopush email
15-
- `APIKEY` is your Octopush token
16-
- `FROM` is your sender
17-
- `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World)
14+
- `USERLOGIN` is your Octopush email
15+
- `APIKEY` is your Octopush token
16+
- `FROM` is your sender
17+
- `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World)
18+
1819
Resources
1920
---------
2021

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=
1111
```
1212

1313
where:
14-
- `APPLICATION_KEY` is your OvhCloud application key
15-
- `APPLICATION_SECRET` is your OvhCloud application secret
16-
- `CONSUMER_KEY` is your OvhCloud consumer key
17-
- `SERVICE_NAME` is your OvhCloud service name
18-
- `SENDER` is your sender (optional)
14+
- `APPLICATION_KEY` is your OvhCloud application key
15+
- `APPLICATION_SECRET` is your OvhCloud application secret
16+
- `CONSUMER_KEY` is your OvhCloud consumer key
17+
- `SERVICE_NAME` is your OvhCloud service name
18+
- `SENDER` is your sender (optional)
1919

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SLACK_DSN=slack://TOKEN@default?channel=CHANNEL
1111
```
1212

1313
where:
14-
- `TOKEN` is your Bot User OAuth Access Token (they begin with `xoxb-`)
15-
- `CHANNEL` is a channel, private group, or IM channel to send message to, it can be an encoded ID, or a name.
14+
- `TOKEN` is your Bot User OAuth Access Token (they begin with `xoxb-`)
15+
- `CHANNEL` is a channel, private group, or IM channel to send message to, it can be an encoded ID, or a name.
1616

1717
valid DSN's are:
1818
```

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0
1111
```
1212

1313
where:
14-
- `UID` is your client code
15-
- `API_KEY` is your SmsBiuras api key
16-
- `FROM` is your sender
17-
- `TEST_MODE` the test parameter is used during system connection testing.
14+
- `UID` is your client code
15+
- `API_KEY` is your SmsBiuras api key
16+
- `FROM` is your sender
17+
- `TEST_MODE` the test parameter is used during system connection testing.
1818
Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged)
1919

2020
Resources

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ TELEGRAM_DSN=telegram://TOKEN@default?channel=CHAT_ID
1111
```
1212

1313
where:
14-
- `TOKEN` is your Telegram token
15-
- `CHAT_ID` is your Telegram chat id
14+
- `TOKEN` is your Telegram token
15+
- `CHAT_ID` is your Telegram chat id
1616

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ TWILIO_DSN=twilio://SID:TOKEN@default?from=FROM
1111
```
1212

1313
where:
14-
- `SID` is your Twillio ID
15-
- `TOKEN` is your Twilio token
16-
- `FROM` is your sender
14+
- `SID` is your Twillio ID
15+
- `TOKEN` is your Twilio token
16+
- `FROM` is your sender
1717

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

src/Symfony/Component/Stopwatch/CHANGELOG.md

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

7-
* Add `name` argument to the `StopWatchEvent` constructor, accessible via a new `StopwatchEvent::getName()`
7+
* Add `name` argument to the `StopWatchEvent` constructor, accessible via a new `StopwatchEvent::getName()`
88

99
5.0.0
1010
-----

src/Symfony/Component/Translation/Bridge/Crowdin/CHANGELOG.md

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

7-
* Create the bridge
7+
* Create the bridge

src/Symfony/Component/Translation/Bridge/Crowdin/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@default?domain=ORGANIZATION_DOMAIN
1212
```
1313

1414
where:
15-
- `PROJECT_ID` is your Crowdin Project ID
16-
- `API_KEY` is your Personal Access API Token
17-
- `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage)
15+
- `PROJECT_ID` is your Crowdin Project ID
16+
- `API_KEY` is your Personal Access API Token
17+
- `ORGANIZATION_DOMAIN` is your Crowdin Enterprise Organization domain (required only for Crowdin Enterprise usage)
1818

1919
[Generate Personal Access Token on Crowdin](https://support.crowdin.com/account-settings/#api)
2020

@@ -23,7 +23,7 @@ where:
2323
Resources
2424
---------
2525

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

0 commit comments

Comments
 (0)
0