dereuromark / cakephp-ide-helper

IDE Helper plugin for CakePHP
MIT License
186 stars 39 forks source link

Upgrade to PHPStan2 #363

Open dereuromark opened 1 week ago

dereuromark commented 1 week ago

Some PHPStan issues that are not fixable or need Cake 5.1.2 core patch (revert list<> nonsense).

Error: Parameter #1 $message of method Cake\Console\ConsoleIo::verbose() expects list<string>|string, array<string>|string given.
Error: Parameter #1 $message of method Cake\Console\ConsoleIo::quiet() expects list<string>|string, array<string>|string given.
Error: Parameter #1 $message of method Cake\Console\ConsoleIo::out() expects list<string>|string, array<string>|string given.
Error: Parameter #1 $message of method Cake\Console\ConsoleIo::err() expects list<string>|string, array<string> given.
Error: Parameter #1 $message of method Cake\Console\ConsoleIo::err() expects list<string>|string, array<string> given.
codecov-commenter commented 1 week ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.72%. Comparing base (af0db30) to head (b8b6d69).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #363 +/- ## ========================================= Coverage 83.72% 83.72% Complexity 1849 1849 ========================================= Files 116 116 Lines 5081 5081 ========================================= Hits 4254 4254 Misses 827 827 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features: