File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
4
4
6.4
5
5
---
6
6
7
+ * [ BC BREAK] Add argument ` $buildDir ` to ` ProxyCacheWarmer::warmUp() `
7
8
* [ BC BREAK] Add return type-hints to ` EntityFactory `
8
9
* Deprecate ` DbalLogger ` , use a middleware instead
9
10
* 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
37
37
return false ;
38
38
}
39
39
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
44
41
{
45
42
$ files = [];
46
43
foreach ($ this ->registry ->getManagers () as $ em ) {
You can’t perform that action at this time.
0 commit comments