Skip to content

Commit 2862203

Browse files
committed
Merge branch '5.1'
* 5.1: [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 78ea87e + 4b290fd commit 2862203

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
@@ -199,7 +199,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
199199
$preloadFile = $fs->makePathRelative(\dirname($containerFile, 2), $kernelDir);
200200
$preloadFile .= substr_replace(basename($containerFile), '.preload', -4, 0);
201201
$preloadFile = var_export('/'.$preloadFile, true);
202-
@file_put_contents($kernelDir.'/preload.php', <<<EOPHP
202+
@file_put_contents($kernelDir.'/.preload.php', <<<EOPHP
203203
<?php
204204
205205
if (file_exists(__DIR__.$preloadFile)) {

0 commit comments

Comments
 (0)