Skip to content

Commit

Permalink
Merge pull request #1638 from gander/main
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 5, 2022
2 parents 0f67baa + d8609d9 commit 840bd5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/Parallel/WorkerRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ public function run(Encoder $encoder, Decoder $decoder, Configuration $configura
$file = new File($smartFileInfo, $smartFileInfo->getContents());
$this->currentFileProvider->setFile($file);

if (! $this->phpFileProcessor->supports($file, $configuration)) {
continue;
}

$currentErrorsAndFileDiffs = $this->phpFileProcessor->process($file, $configuration);

$errorAndFileDiffs = $this->parametersMerger->merge(
Expand Down

0 comments on commit 840bd5e

Please sign in to comment.