Skip to content

Commit 4b290fd

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [FrameworkBundle] adopt src/.preload.php [Cache] Fix key encoding issue in Memcached adapter [HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property
2 parents aee45ab + 5e73476 commit 4b290fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/CacheClearCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
179179
$preloadFile = $fs->makePathRelative(\dirname($containerFile, 2), $kernelDir);
180180
$preloadFile .= substr_replace(basename($containerFile), '.preload', -4, 0);
181181
$preloadFile = var_export('/'.$preloadFile, true);
182-
@file_put_contents($kernelDir.'/preload.php', <<<EOPHP
182+
@file_put_contents($kernelDir.'/.preload.php', <<<EOPHP
183183
<?php
184184
185185
if (file_exists(__DIR__.$preloadFile)) {

0 commit comments

Comments
 (0)