diff --git a/src/Psalm/Config.php b/src/Psalm/Config.php index f0959c0a7..59e006c68 100644 --- a/src/Psalm/Config.php +++ b/src/Psalm/Config.php @@ -478,6 +478,7 @@ class Config public function initializePlugins(ProjectChecker $project_checker) { foreach ($this->filetype_handlers as &$path) { + $project_checker->file_storage_provider->create($path); $plugin_file_checker = new FileChecker($path, $project_checker); $plugin_file_checker->scan();