mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[CLEANUP] Add a return type declaration to an anonymous function (#434)
This commit is contained in:
parent
e58c7fc150
commit
14803e193c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
defined('TYPO3_MODE') or die('Access denied.');
|
defined('TYPO3_MODE') or die('Access denied.');
|
||||||
|
|
||||||
(static function () {
|
(static function (): void {
|
||||||
// This makes the plugin available for front-end rendering.
|
// This makes the plugin available for front-end rendering.
|
||||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
|
||||||
// extension name, matching the PHP namespaces (but without the vendor)
|
// extension name, matching the PHP namespaces (but without the vendor)
|
||||||
|
|
Loading…
Reference in a new issue