Skip to content

Commit 2f9cd44

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: use brace-style regex delimiters Fixed typo RecursiveIterator -> RecursiveIteratorIterator [Cache] fix logic for fetching tag versions on TagAwareAdapter [FrameworkBundle] Use the correct service id for CachePoolPruneCommand in its compiler pass Hide short exception trace by default [Doctrine Bridge] fix priority for doctrine event listeners [Validator] make phpdoc of ObjectInitializerInterface interface more accurate [Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0
2 parents 64f3a60 + 4181091 commit 2f9cd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ObjectInitializerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Prepares an object for validation.
1616
*
17-
* Concrete implementations of this interface are used by {@link ValidationVisitorInterface}
17+
* Concrete implementations of this interface are used by {@link Validator\ContextualValidatorInterface}
1818
* to initialize objects just before validating them.
1919
*
2020
* @author Fabien Potencier <fabien@symfony.com>

0 commit comments

Comments
 (0)