We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description After upgrade to 5.3 I have soo many PhpStan issues like
Parameter #1 $customerId of method Shopware\Administration\Controller\AdministrationController::isEmailValid() expects string, bool|float|int|string|null given.
The ParameterBag has already methods like getBoolean / getInt. But not a getString. This would help to fix those issues really fast.
Example
$email = $request->request->getString('email');
The text was updated successfully, but these errors were encountered:
See #37229
and #40680 (comment)
Sorry, something went wrong.
No branches or pull requests
Description
After upgrade to 5.3 I have soo many PhpStan issues like
The ParameterBag has already methods like getBoolean / getInt. But not a getString. This would help to fix those issues really fast.
Example
The text was updated successfully, but these errors were encountered: