Skip to content

Commit

Permalink
remove inline phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 30, 2023
1 parent c3fb18e commit 0e8f202
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/BaselineAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ public function filter(string $filterKey): array
{
$result = [];

/**
* @var BaselineError $baselineError
*/
foreach ($this->baseline->getIgnoreErrors() as $baselineError) {
$result = $this->addErrorToResultIfFitting($filterKey, $result, $baselineError);
}
Expand Down

0 comments on commit 0e8f202

Please sign in to comment.