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

fix execute()" must be of the type int, "null" ret #3

Merged
merged 1 commit into from
May 12, 2021

Conversation

vdloo
Copy link
Member

@vdloo vdloo commented May 12, 2021

Broke somewhere after a Shopware 6 update:

shopware6

shopware$ bin/console hypernode:skipwizard
13:54:35 CRITICAL  [console] Error thrown while running command "hypernode:skipwizard". Message: "Return value of "Hypernode\HypernodeShopware6Helpers\Command\SkipWizard::execute()" must be of the type int, "null" returned." ["exception" => TypeError { …},"command" => "hypernode:skipwizard","message" => "Return value of "Hypernode\HypernodeShopware6Helpers\Command\SkipWizard::execute()" must be of the type int, "null" returned."]

In Command.php line 259:

  Return value of "Hypernode\HypernodeShopware6Helpers\Command\SkipWizard::execute()" must be of the type int, "null" returned.

hypernode:skipwizard

For context see: symfony/symfony#33747

Broke somewhere after a Shopware 6 update:
```
shopware$ bin/console hypernode:skipwizard
13:54:35 CRITICAL  [console] Error thrown while running command "hypernode:skipwizard". Message: "Return value of "Hypernode\HypernodeShopware6Helpers\Command\SkipWizard::execute()" must be of the type int, "null" returned." ["exception" => TypeError { …},"command" => "hypernode:skipwizard","message" => "Return value of "Hypernode\HypernodeShopware6Helpers\Command\SkipWizard::execute()" must be of the type int, "null" returned."]

In Command.php line 259:

  Return value of "Hypernode\HypernodeShopware6Helpers\Command\SkipWizard::execute()" must be of the type int, "null" returned.

hypernode:skipwizard
```
@vdloo vdloo merged commit 40ef7bb into master May 12, 2021
@vdloo vdloo deleted the fix-must-be-type-int-null branch May 12, 2021 14:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants