File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
src/Symfony/Bridge/Doctrine Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ DependencyInjection
9696DoctrineBridge
9797--------------
9898
99+ * [ BC Break] Add argument ` $buildDir ` to ` ProxyCacheWarmer::warmUp() `
99100 * [ BC Break] Add return type-hints to ` EntityFactory `
100101 * Deprecate ` DbalLogger ` , use a middleware instead
101102 * Deprecate not constructing ` DoctrineDataCollector ` with an instance of ` DebugDataHolder `
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
446.4
55---
66
7+ * [ BC BREAK] Add argument ` $buildDir ` to ` ProxyCacheWarmer::warmUp() `
78 * [ BC BREAK] Add return type-hints to ` EntityFactory `
89 * Deprecate ` DbalLogger ` , use a middleware instead
910 * Deprecate not constructing ` DoctrineDataCollector ` with an instance of ` DebugDataHolder `
Original file line number Diff line number Diff line change @@ -37,10 +37,7 @@ public function isOptional(): bool
3737 return false ;
3838 }
3939
40- /**
41- * @param string|null $buildDir
42- */
43- public function warmUp (string $ cacheDir /* , string $buildDir = null */ ): array
40+ public function warmUp (string $ cacheDir , string $ buildDir = null ): array
4441 {
4542 $ files = [];
4643 foreach ($ this ->registry ->getManagers () as $ em ) {
You can’t perform that action at this time.
0 commit comments