phpstan-bot

Results 572 comments of phpstan-bot
trafficstars

@LauraTaylorUK After [the latest push in 1.10.x](https://github.com/phpstan/phpstan-src/compare/f1ddc20d5fa71f2acc8c3cec0d2e8326847b09d7...50328a2d1bcd9ea4bd6c57b142dcec96b85ebf02), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/0a3522ab-1db0-4fe5-96af-bec1b3a60ee1): ```diff @@ @@ -9: Variable $input might not be defined. +No errors ```

@mad-briller After [the latest push in 1.10.x](https://github.com/phpstan/phpstan-src/compare/f1ddc20d5fa71f2acc8c3cec0d2e8326847b09d7...50328a2d1bcd9ea4bd6c57b142dcec96b85ebf02), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/03208a7b-ec5d-4795-9f7c-3932dd793dcb): ```diff @@ @@ -PHP 8.0 – 8.1 (6 errors) +PHP 8.0 – 8.1 (4...

@LauraTaylorUK After [the latest push in 1.10.x](https://github.com/phpstan/phpstan-src/compare/50328a2d1bcd9ea4bd6c57b142dcec96b85ebf02...945be0c9684bebca56d27fe9203cba4cf65a4188), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/0a3522ab-1db0-4fe5-96af-bec1b3a60ee1): ```diff @@ @@ -9: Variable $input might not be defined. +No errors ```

@mad-briller After [the latest push in 1.10.x](https://github.com/phpstan/phpstan-src/compare/50328a2d1bcd9ea4bd6c57b142dcec96b85ebf02...945be0c9684bebca56d27fe9203cba4cf65a4188), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/03208a7b-ec5d-4795-9f7c-3932dd793dcb): ```diff @@ @@ -PHP 8.0 – 8.1 (6 errors) +PHP 8.0 – 8.1 (4...

@someonewithpc After [the latest push in 1.10.x](https://github.com/phpstan/phpstan-src/compare/4968ec646637b60d91a1f123a77c8901b0f2ef65...565fb0f6da9cdc58e8686598015561a848693972), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/d1e5536b-f167-4685-9bcb-55330b51c3a5): ```diff @@ @@ +7: Call to function is_null() with null will always evaluate to...

@someonewithpc After [the latest push in 1.10.x](https://github.com/phpstan/phpstan-src/compare/54462be7c225810a9a5c30ea76b5208059f31375...e82a703cf4f990007ad43b35febf0ebe64422d7e), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/d1e5536b-f167-4685-9bcb-55330b51c3a5): ```diff @@ @@ -9: Else branch is unreachable because previous condition is always true....

@someonewithpc After [the latest push in 1.11.x](https://github.com/phpstan/phpstan-src/compare/e48c7ef448e2c344d635889cc24060767c93d01d...cc454458018fd5bfee006031e332a79a4e19b8e1), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/d1e5536b-f167-4685-9bcb-55330b51c3a5): ```diff @@ @@ -9: Else branch is unreachable because previous condition is always true....

@thg2k After [the latest push in 1.11.x](https://github.com/phpstan/phpstan-src/compare/dec9e435a7e0cea96079eb08c799df6b49b92e82...e8e8a1bffb0f279593c78687ca90ad8b8c7d328d), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/c0e6d6f8-1f27-4b9b-be69-405afc596b2b): ```diff @@ @@ -9: Instantiated class C is abstract. -9: Method C::s() should return...

@mvorisek After [the latest push in 1.11.x](https://github.com/phpstan/phpstan-src/compare/dec9e435a7e0cea96079eb08c799df6b49b92e82...e8e8a1bffb0f279593c78687ca90ad8b8c7d328d), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/00bc2bec-6bb1-4a10-8e7e-8eb7eeb7cc16): ```diff @@ @@ -6: Dumped type: 'C' +6: Dumped type: class-string ``` Full report...

You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request...