Conversation
|
https://scrutinizer-ci.com/g/auraphp/Aura.Sql/inspections/1bbcbf63-9759-431c-ab01-81bf5fc86260 |
|
@koriym Do you know why scrutinizer uses PHP runtime 7.3.15? |
|
Because it's cached. Besides, They don't provide an image of PHP 8.1, so you'll have to ignore it or install it to solve the problem. |
|
Does this project really need the bloat of Scrutinizer when we could simply run Psalm or Stan on this? |
|
@brandonsavage The scrutinizer gives you a score for the complexity of the method, which phpstan/psalm doesn't have. It's a feature I like. But if it's too much of a hassle to maintain, I guess we can remove it. |
Will ignoring and waiting solve the problem? |
|
If we don't merge this PR, the GitHub Actions will fail all the time, so I'll merge it anyway. |
#197 for 5.x.
Closes #195