1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00

Fix ParserCacheProvider::deleteOldParserCaches()

This commit is contained in:
Tomasz Mlynski 2021-12-06 17:49:40 +01:00
parent 4a35a85939
commit af23619653
No known key found for this signature in database
GPG Key ID: 665B4A17698A1954

View File

@ -321,7 +321,7 @@ class ParserCacheProvider
{
$cache_directory = Config::getInstance()->getCacheDirectory();
if ($cache_directory) {
if (!$cache_directory) {
return 0;
}