phpstan-bot

Results 572 comments of phpstan-bot
trafficstars

@ondrejmirtes After [the latest push in 1.8.x](https://github.com/phpstan/phpstan-src/compare/f050e247c34f40df6a0fcf4bafcb24498b2fa71b...12e40f11b2837203ed9a3f49a1a520196eefb4bb), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/8c97c543-787b-436d-b833-eae0ef4f231c): ```diff @@ @@ PHP 8.0 (2 errors) ========== -17: Dumped type: I +17: Dumped...

@stingray-11 After [the latest push in 1.9.x](https://github.com/phpstan/phpstan-src/compare/4cc6f2a430cff2f130fb1f3788fb6f14ecb9c43a...2a9407830485b02613928c12d02e2c84746dcdb9), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/2c774269-8a82-40b0-af4f-67b1b8318857): ```diff @@ @@ 16: Call to function is_string() with string|false will always evaluate to...

@xPaw After [the latest push in 1.8.x](https://github.com/phpstan/phpstan-src/compare/43d365200bd6b11e9ab690049ffce2bcc46d9e86...bd57fc59f4737188ce750f607f42d85e6d4aec37), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/125b4137-6f1e-46c4-bb2f-7e281c061d45): ```diff @@ @@ -9: PHPDoc tag @var for constant Octicons::Data with type array is...

@jlherren After [the latest push in 1.8.x](https://github.com/phpstan/phpstan-src/compare/43d365200bd6b11e9ab690049ffce2bcc46d9e86...bd57fc59f4737188ce750f607f42d85e6d4aec37), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/b6a055a2-00fc-4151-a500-c62506bbdcf9): ```diff @@ @@ -19: Dumped type: array{foo: null, bar: null, baz: null, abc: string|null,...

@bendavies After [the latest push in 1.8.x](https://github.com/phpstan/phpstan-src/compare/43d365200bd6b11e9ab690049ffce2bcc46d9e86...bd57fc59f4737188ce750f607f42d85e6d4aec37), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/3412d834-a20f-4968-aeae-06b6b07e4463): ```diff @@ @@ 5: Dumped type: int -10: Dumped type: int|string|null +10: Dumped type:...

This pull request has been marked as ready for review.

This pull request has been marked as ready for review.

@drupol After [the latest push in 1.9.x](https://github.com/phpstan/phpstan-src/compare/4b594ab7f04a0fdeb2be45c5e556a53a2356b9e5...a157669ed0ca3f72ae72acdea18dcf40a2ed2fac), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/bbc8c1da-cd61-4320-8da6-1b6916dde194): ```diff @@ @@ -22: Method A::key() should return bool|float|int|string|null but returns TKey. +PHP 8.1...

@allejo After [the latest push in 1.8.x](https://github.com/phpstan/phpstan-src/compare/8bd73706ed4cf064484d08803dd7e5b8c4f34993...3bfe2e67c49ba523e87a5a6d7cf8860d8cc2a4a0), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/ecb4ac1d-91f9-4522-9631-23ce4ed3e310): ```diff @@ @@ -17: Property HelloWorld::$lists (array) does not accept non-empty-array. +No errors ```

@mad-briller After [the latest push in 1.8.x](https://github.com/phpstan/phpstan-src/compare/8b99661ac959054c3b82bbf100e5158958245373...382e7924c0dd4c448ba94844c36cf89371e420fb), PHPStan now reports different result with your [code snippet](https://phpstan.org/r/03208a7b-ec5d-4795-9f7c-3932dd793dcb): ```diff @@ @@ 10: Variable $input might not be defined. 12: Variable $input might...