-
Notifications
You must be signed in to change notification settings - Fork 224
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
dev:console command outputs "must be compatible with" error #901
Comments
See related PR. I'm not sure how to test these updates locally, but the PR should update the script so the function sig matches the parent function sig. |
@markshust Thanks for reporting. Seems that we need a automated test here. I will release a hotfix. |
@markshust Released as v4.9.1. We had to fight with the recent Composer 2.2 release first. |
@markshust for documentation. The automated test of this command is now in the functional test suite. See MR #922 |
Describe the bug
Running
n98-magerun2 dev:console
produces the following error:Expected behaviour
Drops into dev console without error.
Steps to reproduce the issue
Install docker-magento project and run
bin/devconsole
(which is a shortcut forbin/n98-magerun2
, which runs this script in the Docker container).Technical details
MacOS w/Docker Desktop, Magento 2.4.3-p1, PHP 7.4.26, n98-magerun2 4.9.0
The text was updated successfully, but these errors were encountered: