-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
docs: PHPStan Codeigniter
no type specified
#7884
Conversation
5508508
to
0fb7754
Compare
'message' => '#^Parameter \\#1 \\$node \\(PhpParser\\\\Node\\\\Stmt\\) of method Utils\\\\PHPStan\\\\CheckUseStatementsAfterLicenseRule\\:\\:processNode\\(\\) should be contravariant with parameter \\$node \\(PhpParser\\\\Node\\) of method PHPStan\\\\Rules\\\\Rule\\<PhpParser\\\\Node\\>\\:\\:processNode\\(\\)$#', | ||
'count' => 1, | ||
'path' => __DIR__ . '/utils/PHPStan/CheckUseStatementsAfterLicenseRule.php', | ||
]; | ||
|
||
return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You removed too many lines in phpstan-baseline.php
.
So now there are 931 errors.
Error: [ERROR] Found 931 errors
https://github.com/codeigniter4/CodeIgniter4/actions/runs/6192815305/job/16813443982?pr=7884
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, i missed merge conflict. Soon i'll make another PR fresh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, setup job PullRequests
still read
https://github.com/codeigniter4/CodeIgniter4/actions/runs/6195799415/job/16821194249?pr=7884
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run git rebase
.
Description
Supersedes #7830
Checklist: