- Issue created by @tr
- π¨πSwitzerland berdir Switzerland
All action plugins work like that, I don't know why on top of my head.
phpstan doesn't complain about the method, it complains about a call to it. Add the correct type and it should not complain anymore.
- πΊπΈUnited States tr Cascadia
OK, I added a @var to FlagActionTest and that removes the error. I added that to the MR in π Add declare(strict_types=1) to all test modules Active , and am closing this issue since since this "fix" doesn't involve changing the plugin.