You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (true === @mkdir($cachePath, 0777, true) || is_dir($cachePath)) {
30
-
// Directory either was created or already exists, proceed
31
-
} else {
32
-
thrownewRuntimeException(sprintf('Can\'t create cache directory: "%s" Please use a different one through %s environment variable', $cachePath, CacheConfig::CACHE_DIR_ENV));
33
-
}
34
-
} elseif (!is_writable($cachePath)) {
35
-
thrownew \RuntimeException(\sprintf('Unable to write in the "cache" directory (%s).', $cachePath));
0 commit comments