Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update needed for Typo3 12.4.11 #43

Closed
wrack opened this issue Feb 13, 2024 · 2 comments
Closed

Update needed for Typo3 12.4.11 #43

wrack opened this issue Feb 13, 2024 · 2 comments

Comments

@wrack
Copy link

wrack commented Feb 13, 2024

Please apply this patch:

diff --git a/vendor/internetgalerie/ig-slug/Classes/Command/UpdateCommand.php b/vendor/internetgalerie/ig-slug/Classes/Command/UpdateCommand.php
index 9499e10e..4f602014 100644
--- a/vendor/internetgalerie/ig-slug/Classes/Command/UpdateCommand.php
+++ b/vendor/internetgalerie/ig-slug/Classes/Command/UpdateCommand.php
@@ -43,7 +43,7 @@ class UpdateCommand extends Command
      *
      * @inheritdoc
      */
-    protected function execute(InputInterface $input, OutputInterface $output)
+    protected function execute(InputInterface $input, OutputInterface $output): int
     {
         // Make sure the _cli_ user is loaded
         Bootstrap::initializeBackendAuthentication();

Thx

@freshworkx
Copy link
Contributor

Same as #40 / #41

@freshworkx
Copy link
Contributor

@wrack can be closed with 878c943 in v1.1.3

@wrack wrack closed this as completed Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants