We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d28e856 + 4020240 commit 62f2ca2Copy full SHA for 62f2ca2
src/Command/AnalyseApplication.php
@@ -89,7 +89,7 @@ public function analyse(
89
90
$projectStubFiles = $this->stubFilesProvider->getProjectStubFiles();
91
92
- if ($resultCache->isFullAnalysis() && count($projectStubFiles) !== 0) {
+ if ($resultCache->isFullAnalysis() && count($projectStubFiles) !== 0 && !$onlyFiles) {
93
$stubErrors = $this->stubValidator->validate($projectStubFiles, $debug);
94
$intermediateAnalyserResult = new AnalyserResult(
95
array_merge($intermediateAnalyserResult->getUnorderedErrors(), $stubErrors),
0 commit comments