Skip to content

Commit

Permalink
[BUGFIX] linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Löffler committed Jul 11, 2024
1 parent 91a26c8 commit e0ca1da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Controller/Backend/ImageRecognizeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ protected function getFileMetaDataEditLink(int $uid, string $returnUrl = null):
->buildUriFromRoute('record_edit', $uriParameters);
}

protected function getLanguageFlagHtml($identifier, $title='', $size=Icon::SIZE_LARGE, $overlay='', $state=IconState::STATE_DEFAULT) {
protected function getLanguageFlagHtml($identifier, $title = '', $size = Icon::SIZE_LARGE, $overlay = '', $state = IconState::STATE_DEFAULT)
{
$iconFactory = GeneralUtility::makeInstance(IconFactory::class);
$icon = $iconFactory->getIcon($identifier, $size, $overlay, IconState::cast($state));
if ($title ?? false) {
Expand Down

0 comments on commit e0ca1da

Please sign in to comment.