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 command input handling #589

Merged
merged 3 commits into from Oct 13, 2022
Merged

Fix command input handling #589

merged 3 commits into from Oct 13, 2022

Conversation

stayallive
Copy link
Collaborator

@stayallive stayallive commented Oct 12, 2022

Fixes #588.

When converting an ArrayInput to a string sometimes invalid arguments are passed which when sanitized result in errors. So we convert ArgvInput (from CLI) to a string and we leave ArrayInput alone since we are unable to extract meaningful info from it as it is (we handle this the same in the Symfony SDK).

@stayallive stayallive marked this pull request as ready for review October 12, 2022 08:16
Copy link
Member

@cleptric cleptric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@stayallive stayallive merged commit 4371085 into master Oct 13, 2022
@stayallive stayallive deleted the fix-command-input-handling branch October 13, 2022 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry queue tracing is possibly passing null to a Symfony component during Artisan::queue()
2 participants