Skip to content

Commit 10d8029

Browse files
fancywebnicolas-grekas
authored andcommitted
Deprecate things that prevent \Throwable from bubbling down
1 parent ad10075 commit 10d8029

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
@@ -25,6 +25,7 @@ CHANGELOG
2525
* Overriding the methods `ConstraintValidatorTestCase::setUp()` and `ConstraintValidatorTestCase::tearDown()` without the `void` return-type is deprecated.
2626
* deprecated `Symfony\Component\Validator\Mapping\Cache\CacheInterface` in favor of PSR-6.
2727
* deprecated `ValidatorBuilder::setMetadataCache`, use `ValidatorBuilder::setMappingCache` instead.
28+
* Marked the `ValidatorDataCollector` class as `@final`.
2829

2930
4.3.0
3031
-----

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)