Pablo Largo Mohedano
Pablo Largo Mohedano
I was wondering if it would be possible to support defining TODO rules directly in the phpstan.neon configuration file, rather than only through code comments? In some scenarios, it would...
### Bug report While rounding https://github.com/php-standard-library/phpstan-extension/pull/23, I've noticed that `array_filter($foo->bar(), is_numeric(...))` infers the type, but `array_filter($foo->bar(), Closure::fromCallable('is_numeric'))` doesn't, which should be equivalent. ### Code snippet that reproduces the problem https://phpstan.org/r/b5328568-0ec4-4266-8c55-e63526a5e2d8...
This could be a great addition to unify https://github.com/php-standard-library/phpstan-extension/pull/25 Maybe other components could implement this interface too?
Hi! Regarding to https://github.com/php-standard-library/phpstan-extension/pull/23, what would you think abour adding a `FilterableInterface` to classes having a refinable type through a common `filter((Closure(Tv): bool) $fn): mixed` method?
Hi! If I remember correctly, I think we discussed previously in Discord to have a `Some` and a `None` implementations of `Option`, but we discarded the idea of an unnecessary...
Hi! I'm getting this exception at random times: ``` /bin/php /home/devnix/dev/symfony/dynamic-forms/vendor/phpunit/phpunit/phpunit --configuration /home/devnix/dev/symfony/dynamic-forms/phpunit.xml.dist --teamcity Testing started at 17:55 ... PHPUnit 9.6.25 by Sebastian Bergmann and contributors. Testing Facebook\WebDriver\Exception\NoSuchWindowException : no...