We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87541c9 + 3c86342 commit 5f12dabCopy full SHA for 5f12dab
1 file changed
lib/Phpfastcache/Core/Pool/IO/IOHelperTrait.php
@@ -256,7 +256,7 @@ protected function htaccessGen($path, $create = true)
256
protected function readfile($file): string
257
{
258
if (\function_exists('file_get_contents')) {
259
- return \file_get_contents($file);
+ return (string) \file_get_contents($file);
260
}
261
262
$string = '';
0 commit comments