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
Looks like this issue is not fixed: #781
protected function buildSelectForFinds( array $whereFields = [], array $order = [], ?int $limit = null ): \PDOStatement {
phpcs: There must be a single space between the closing parenthesis and the opening brace of a multi-line function declaration; found 0 spaces
The text was updated successfully, but these errors were encountered:
Your sample code does not produce that error for me, so I need some more information to see the problem.
What is the actual block of sample code you are using? What standard are you using? What PHPCS version are you using?
Sorry, something went wrong.
Sorry, my bad, I was using old version of codesniffer. Updated with composer and the issue is gone.
No branches or pull requests
Looks like this issue is not fixed: #781
phpcs: There must be a single space between the closing parenthesis and the opening brace of a multi-line function declaration; found 0 spaces
The text was updated successfully, but these errors were encountered: