Skip to content

Commit

Permalink
[TASK] Small code cleanup
Browse files Browse the repository at this point in the history
Add return type to function
  • Loading branch information
einpraegsam committed Dec 8, 2024
1 parent c044d13 commit 942c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Command/ExtbaseCommandTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

trait ExtbaseCommandTrait
{
public function initializeExtbase()
public function initializeExtbase(): void
{
if (EnvironmentUtility::isCli() && ConfigurationUtility::isTypo3Version12() === false) {
Bootstrap::initializeBackendAuthentication();
Expand Down

0 comments on commit 942c9f6

Please sign in to comment.