Skip to content

Commit

Permalink
[TASK] Ignore PHPStan complaint for TYPO3 11
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbltr committed Mar 8, 2024
1 parent f22c9a1 commit a59ae80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function evaluateFieldValue(string $value): string
// @extensionScannerIgnoreLine
$severity = AbstractMessage::INFO;
} else {
// @phpstan-ignore-next-line
$severity = ContextualFeedbackSeverity::INFO;
}
/** @var FlashMessage $message */
Expand Down

0 comments on commit a59ae80

Please sign in to comment.