1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 21:26:13 +02:00

php-cs-fixer fix

This commit is contained in:
Elan Ruusamäe
2017-04-18 18:24:17 +03:00
parent b6e4b7f152
commit 80c01c6f02
7 changed files with 11 additions and 4 deletions

View File

@@ -109,6 +109,7 @@ class Minify_Cache_File implements Minify_CacheInterface
{
if (!$this->locking) {
readfile($this->path . '/' . $id);
return;
}