Skip to content

Commit 153e081

Browse files
ws fix
1 parent f2e2df6 commit 153e081

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/Symfony/Component/Form/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ CHANGELOG
2828
* added `help_html` option to display the `help` text as HTML.
2929
* `FormError` doesn't implement `Serializable` anymore
3030
* `FormDataCollector` has been marked as `final`
31-
* added `label_translation_parameters`, `attr_translation_parameters`, `help_translation_parameters` options
31+
* added `label_translation_parameters`, `attr_translation_parameters`, `help_translation_parameters` options
3232
to `FormType` to pass translation parameters to form labels, attributes (`placeholder` and `title`) and help text respectively.
3333
The passed parameters will replace placeholders in translation messages.
34-
34+
3535
```php
3636
class OrderType extends AbstractType
3737
{

src/Symfony/Component/HttpKernel/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ CHANGELOG
4444

4545
* deprecated `KernelInterface::getRootDir()` and the `kernel.root_dir` parameter
4646
* deprecated `KernelInterface::getName()` and the `kernel.name` parameter
47-
* deprecated the first and second constructor argument of `ConfigDataCollector`
48-
* deprecated `ConfigDataCollector::getApplicationName()`
47+
* deprecated the first and second constructor argument of `ConfigDataCollector`
48+
* deprecated `ConfigDataCollector::getApplicationName()`
4949
* deprecated `ConfigDataCollector::getApplicationVersion()`
5050

5151
4.1.0

src/Symfony/Component/Messenger/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ CHANGELOG
4141
* Added `AmqpStamp` allowing to provide a routing key, flags and attributes on message publishing.
4242
* [BC BREAK] Removed publishing with a `routing_key` option from queue configuration, for
4343
AMQP. Use exchange `default_publish_routing_key` or `AmqpStamp` instead.
44-
* [BC BREAK] Changed the `queue` option in the AMQP transport DSN to be `queues[name]`. You can
44+
* [BC BREAK] Changed the `queue` option in the AMQP transport DSN to be `queues[name]`. You can
4545
therefore name the queue but also configure `binding_keys`, `flags` and `arguments`.
46-
* [BC BREAK] The methods `get`, `ack`, `nack` and `queue` of the AMQP `Connection`
46+
* [BC BREAK] The methods `get`, `ack`, `nack` and `queue` of the AMQP `Connection`
4747
have a new argument: the queue name.
48-
* Added optional parameter `prefetch_count` in connection configuration,
48+
* Added optional parameter `prefetch_count` in connection configuration,
4949
to setup channel prefetch count.
5050
* New classes: `RoutableMessageBus`, `AddBusNameStampMiddleware`
5151
and `BusNameStamp` were added, which allow you to add a bus identifier
@@ -98,7 +98,7 @@ CHANGELOG
9898
only. Pass the `auto_setup` connection option to control this.
9999
* Added a `SetupTransportsCommand` command to setup the transports
100100
* Added a Doctrine transport. For example, use the `doctrine://default` DSN (this uses the `default` Doctrine entity manager)
101-
* [BC BREAK] The `getConnectionConfiguration` method on Amqp's `Connection` has been removed.
101+
* [BC BREAK] The `getConnectionConfiguration` method on Amqp's `Connection` has been removed.
102102
* [BC BREAK] A `HandlerFailedException` exception will be thrown if one or more handler fails.
103103
* [BC BREAK] The `HandlersLocationInterface::getHandlers` method needs to return `HandlerDescriptor`
104104
instances instead of callables.
@@ -110,7 +110,7 @@ CHANGELOG
110110
4.2.0
111111
-----
112112

113-
* Added `HandleTrait` leveraging a message bus instance to return a single
113+
* Added `HandleTrait` leveraging a message bus instance to return a single
114114
synchronous message handling result
115115
* Added `HandledStamp` & `SentStamp` stamps
116116
* All the changes below are BC BREAKS

src/Symfony/Component/Workflow/CHANGELOG.md

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

7-
* Marked all dispatched event classes as `@final`
7+
* Marked all dispatched event classes as `@final`
88

99
4.3.0
1010
-----

0 commit comments

Comments
 (0)