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
Describe the bug Let's say I have this
#[OA\Post(path: '/users/register', description: 'Create an user account')]
How do I make it like this
#[OA\Post( path: '/users/register', description: 'Create an user account' )]
PSR2.Methods.FunctionCallSignature or PEAR.Functions.FunctionCallSignature with allowMultipleArguments to false doesn't seem to work
allowMultipleArguments
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
I have searched a rule to allow multi attributes but have not found yet. FunctionCallSignature should avoid analyse attributes.
Sorry, something went wrong.
https://github.com/slevomat/coding-standard/releases/tag/8.6.0 seems to have some sniffs available in the latest release.
I will have a look thx
No branches or pull requests
Describe the bug
Let's say I have this
How do I make it like this
PSR2.Methods.FunctionCallSignature or PEAR.Functions.FunctionCallSignature with
allowMultipleArguments
to false doesn't seem to workVersions (please complete the following information):
The text was updated successfully, but these errors were encountered: