-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
bin/magento sampledata:deploy --no-update throws an exception #39344
Comments
Hi @JeroenBoersma. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Crafting an MR! |
@magento I am working on this |
fixes magento#39344 When adding or removing sample data you can tell the composer update command to not invoke the update command right away. Since newer versions type checking is set for this argument and it must be of type boolean instead of a integer.
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @JeroenBoersma, Thanks for your reporting and collaboration. We have verified the issue in Latest Magento instance and the issue is reproducible.Kindly refer the screenshots. Steps to reproduce
Hence Confirming the issue. Thanks. |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-13324 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
Preconditions and environment
Steps to reproduce
bin/magento sampledata:deploy --no-update
Expected result
Actual result
Additional information
vendor/magento/module-sample-data/Console/Command/SampleDataDeployCommand.php:93
Release note
When using
--no-update
in the sampledata:deploy command an error was thrown because since newer PHP versions the argument must be a boolean, a int was given.Triage and priority
The text was updated successfully, but these errors were encountered: