Markus Staab
Markus Staab
when running a phpunit test-suite with this extension, I get a output like: ``` 1. 11.635 (0.500) PHPStan\Analyser\AnalyserIntegrationTest::testBug11913 2. 4.981 (0.500) PHPStan\Reflection\SignatureMap\SignatureMapParserTest::testParseAll with data set #0 (70400) 3. 3.461 (0.500)...
**Feature description / Feature Beschreibung** brauch das jemand? see https://github.com/phpstan/phpstan/discussions/12337
eases working with `Join`s without explicitly handling all separate Join types
reproduced on Firefox 135a1 and latest macOS safari on macbook pro m4 repro - copy this text into clipboard: ``` for ($i = -5; $i < 5; $i++) { var_dump($i...
closes https://github.com/rectorphp/swiss-knife/issues/98
`vendor/bin/swiss-knife finalize-classes` command supports a `--skip-file` parameter. I think it would be really useful, if this `--skip-file` parameter would support glob-like types (similar to how rector and ECS support skip...
### Bug report I wonder why PHPStan thinks after the foreach loop, there can be `Where` types left in the array. ### Code snippet that reproduces the problem https://phpstan.org/r/4a6f0a50-7800-4d9f-a0b9-34ac67125569 ###...
### Feature request when a variable is loosely compared against a non-numeric&non-empty string, e.g. "abc", or "hello23", or "123hello" the ~~variable can only be of the same type as the...
### Bug report I wonder why PHPStan thinks the return type is coming from a phpdoc. ### Code snippet that reproduces the problem https://phpstan.org/r/d2262475-4b1e-4013-bc43-937a80c3c93a ### Expected output same error but...
### Bug report I have 2 equivalent classes. one is using promoted properties, while the other one uses regular properties. only in one of the classes we get a generics...