Skip to content

Commit 387db86

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: (31 commits) [Messenger] Add call to `gc_collect_cycles()` after each message is handled fix tests fix tests on AppVeyor Hungarian typo fix in validators translation [VarDump] Fix order of dumped properties - parent goes first DX: drop unused import [Validator] updated Latvian translation re-introduce conflict rule with WebProfilerBundle < 6.4 [Validator] Added missing Swedish translations [Mailer] [Notifier] #52264 Update Sendinblue / Brevo API host [Validator] Added missing Estonian translations #51939 fix File constraint tests on 32bit PHP [Form] Skip merging params & files if there are no files in the first place [Translation] Ignore bridges in `.gitattributes` file [AssetMapper] Adding import-parsing case where import contains a path Add missing Hungarian validator translations Added missing Bosnian translations #51929 add return type hints to EntityFactory Update UndefinedCallableHandler with "importmap", "form" and "worflow" filters/functions [FrameworkBundle] Fix CommandDataCollector is always registered ...
2 parents f7920f8 + 8e7311c commit 387db86

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
@@ -17,6 +17,7 @@ CHANGELOG
1717
6.4
1818
---
1919

20+
* [BC BREAK] Add return type-hints to `EntityFactory`
2021
* Deprecate `DbalLogger`, use a middleware instead
2122
* Deprecate not constructing `DoctrineDataCollector` with an instance of `DebugDataHolder`
2223
* Deprecate `DoctrineDataCollector::addLogger()`, use a `DebugDataHolder` instead

DependencyInjection/Security/UserProvider/EntityFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
/**
2020
* EntityFactory creates services for Doctrine user provider.
2121
*
22+
* @final since Symfony 6.4
23+
*
2224
* @author Fabien Potencier <fabien@symfony.com>
2325
* @author Christophe Coevoet <stof@notk.org>
2426
*/

0 commit comments

Comments
 (0)