Skip to content

Commit 2465793

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Mailer] Fix string-cast of exceptions thrown by authenticator in EsmtpTransport [Cache] fix error handling [Security] Fix wrong authenticator class in debug logs 43460: add missing validator component turkish translations Fix generic type for FormErrorIterator
2 parents c078534 + 18f4f82 commit 2465793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FormErrorIterator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* @author Bernhard Schussek <[email protected]>
3131
*
3232
* @implements \ArrayAccess<int, FormError|FormErrorIterator>
33-
* @implements \RecursiveIterator<int, FormError>
34-
* @implements \SeekableIterator<int, FormError>
33+
* @implements \RecursiveIterator<int, FormError|FormErrorIterator>
34+
* @implements \SeekableIterator<int, FormError|FormErrorIterator>
3535
*/
3636
class FormErrorIterator implements \RecursiveIterator, \SeekableIterator, \ArrayAccess, \Countable
3737
{

0 commit comments

Comments
 (0)