Skip to content

Commit

Permalink
[TASK] Replace deprecated File::FILETYPE_IMAGE constant with enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 25, 2024
1 parent 1842a6b commit 5fb5e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_blog_domain_model_author.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
],
'overrideChildTca' => [
'types' => [
\TYPO3\CMS\Core\Resource\File::FILETYPE_IMAGE => [
\TYPO3\CMS\Core\Resource\FileType::IMAGE->value => [

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.2, 5.7)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.3, 8.4)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.3, 8.0)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.3, 5.7)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.2, 8.4)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.1, 8.0)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.2, 8.0)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.1, 8.4)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.

Check failure on line 124 in Configuration/TCA/tx_blog_domain_model_author.php

View workflow job for this annotation

GitHub Actions / Build PHP (^12, 8.1, 5.7)

Access to constant IMAGE on an unknown class TYPO3\CMS\Core\Resource\FileType.
'showitem' => '
crop,
--palette--;;filePalette
Expand Down

0 comments on commit 5fb5e3d

Please sign in to comment.