Skip to content

Commit 88ef274

Browse files
Merge branch '4.4'
* 4.4: [Messenger] use events consistently in worker Deprecate things that prevent \Throwable from bubbling down
2 parents 5f3bc95 + 10d8029 commit 88ef274

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ CHANGELOG
4242
* Overriding the methods `ConstraintValidatorTestCase::setUp()` and `ConstraintValidatorTestCase::tearDown()` without the `void` return-type is deprecated.
4343
* deprecated `Symfony\Component\Validator\Mapping\Cache\CacheInterface` in favor of PSR-6.
4444
* deprecated `ValidatorBuilder::setMetadataCache`, use `ValidatorBuilder::setMappingCache` instead.
45+
* Marked the `ValidatorDataCollector` class as `@final`.
4546

4647
4.3.0
4748
-----

DataCollector/ValidatorDataCollector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
/**
2626
* @author Maxime Steinhausser <[email protected]>
27+
*
28+
* @final since Symfony 4.4
2729
*/
2830
class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface
2931
{

0 commit comments

Comments
 (0)