phpstan-src
phpstan-src copied to clipboard
Mark Memcached:: methods as impure.
Fixes phpstan/phpstan#13444
Might be better to wait for https://github.com/phpstan/phpstan-src/pull/4422 and use the same strategy
Might be better to wait for #4422 and use the same strategy
Not all methods are impure, so that wouldn't work.
@biozshock It might be still fewer lines of information to mark all as impure and the exclude a few with @phpstan-pure.