Markus Staab
Markus Staab
I tried so many variants.. but this one is the only one working atm, because infection has some problems regarding relative paths (finding the phpunit.xml depending on the location of...
so finally this seem to work like expected ``` ➜ phpstan-src git:(make-inf) ✗ make infection git -C build-infection pull || git clone https://github.com/phpstan/build-infection.git Bereits aktuell. git -C build-infection fetch origin...
@claudepache thanks - I also realized it. Adjusted the PR accordingly, please have another look
> Could it solve [phpstan/phpstan#13805](https://github.com/phpstan/phpstan/issues/13805) ? there is no `array_merge` call in this issue. but I think we might be able to apply a similar logic for this case. there...
Looking at this I think we should add `Type->getOffsetTypes()` which returns a array of all known offsets of a type (const-ints/string), no matter its known by keys (const array), or...
issue bot results look outstanding - too good to be real 🥸
> Also I think we could maybe get rid of these properties in MutatingScope, at least when FiberScope is involved: so the idea is, since we already have a caching...
see https://github.com/phpstan/phpstan-src/actions/runs/19016009464 how this change affects other open bug reports
@ondrejmirtes here another low hanging fruit :-)
related PHPUnit issue: https://github.com/sebastianbergmann/phpunit/issues/6277