mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00

[CLEANUP] Add a return type declaration to an anonymous function (#434)

This commit is contained in:
Oliver Klee 2022-04-29 14:27:06 +02:00 committed by GitHub
parent e58c7fc150
commit 14803e193c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
defined('TYPO3_MODE') or die('Access denied.');
(static function () {
(static function (): void {
// This makes the plugin available for front-end rendering.
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
// extension name, matching the PHP namespaces (but without the vendor)