mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Add slash
This commit is contained in:
parent
cbf139952c
commit
89a3af54a6
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user