phpStanScopeFactory = $phpStanScopeFactory; } public function createFromFile(string $filePath) : MutatingScope { $scopeContext = ScopeContext::create($filePath); return $this->phpStanScopeFactory->create($scopeContext); } }