Pablo Largo Mohedano

Results 84 comments of Pablo Largo Mohedano

### Cached run, without JIT ``` ________________________________________________________ Executed in 32.04 secs fish external usr time 25.58 secs 454.00 micros 25.58 secs sys time 5.47 secs 123.00 micros 5.47 secs ```...

It might be related to https://github.com/phpstan/phpstan/issues/5508?

I posted a different report with the same example in PHPStan: https://github.com/phpstan/phpstan/issues/11839 Maybe I'm missing an already existing solution around "inner templates"? If not, would my example be an agreeable...

Don't want to be a +1 comment, but friendly ping here as this would be a very welcome feature

Probably never gonna get reviewed/merged, see https://github.com/symfony/symfony/issues/57709

> But in this case I feel like this is a job for the OS scheduler, not the responsibility of a single program. I think this is similar to trying...

I don't see an alternative, I have a couple of abstract value objects like @PhilippHandle and there's not a good alternative. Maybe there should be a way to mark a...

I do see value indeed! I'm just wondering if there could be a common enough case to think about an exception, and how to declare it. The `@abstract` phpdoc just...

@mbolli not exactly. What if `static` is an abstract child class?