Post #3664861
2026-07-08 05:32 UTC
contributed to #phpstan by @zonuexe@phpc.social: PHPStan will have a better idea about purity of callables taking a callback argument.
for example will `array_map($pureCb, $arr)` be considered pure:
- less false positives
- better dead code detection
Replies (0)
No replies.