phpstan / phpstan-phpunit

PHPUnit extensions and rules for PHPStan
MIT License
468 stars 46 forks source link

Microoptimize AssertRuleHelper. #189

Closed mad-briller closed 1 year ago

mad-briller commented 1 year ago

minor micro-opts to AssertRuleHelper

this static method is called multiple times for every ast node analysed currently due to the rules that use it specifying NodeAbstract as their node type

mad-briller commented 1 year ago

not sure why the actions are failing, just says "failed to setup phpX.X"

ondrejmirtes commented 1 year ago

Yeah, that's not your fault. Thank you!