1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Add slash

This commit is contained in:
Matthew Brown 2020-03-18 21:53:44 -04:00
parent cbf139952c
commit 89a3af54a6

View File

@ -102,7 +102,7 @@ class StatementsProvider
$config = \Psalm\Config::getInstance();
if (!$this->parser_cache_provider
|| (!$config->isInProjectDirs($file_path) && strpos($file_path, 'vendor'))
|| (!$config->isInProjectDirs($file_path) && \strpos($file_path, 'vendor'))
) {
$progress->debug('Parsing ' . $file_path . "\n");