Commit dbbdb0d
committed
PHPStan 0.12.53
phpstan/phpstan-src@2817690 Generate functionMetadata.php from PhpStorm stubs' #[Pure] attribute
phpstan/phpstan-src@7c6344f Update Composer to v2
phpstan/phpstan-src@9e53d32 Use Composer v1 for PHAR compiler
phpstan/phpstan-src@7ffe36e Fix
phpstan/phpstan-src@1f73d9b Removed obsolete stub patch
phpstan/phpstan-src@af60a50 Fix again
phpstan/phpstan-src@d3e7b9c Scope - any variable after extract() call might exist
phpstan/phpstan-src@d7957d8 Fix compiler tests
phpstan/phpstan-src@05942ca Fix false positive with isset() and empty()
phpstan/phpstan-src@ca044c4 Fixed assert() bug
phpstan/phpstan-src@26d29ec array_shift() should invalidate remembered count() call
phpstan/phpstan-src@fb8d3ef MethodSignatureRule - read PHPDoc types instead of combined types
phpstan/phpstan-src@a97477b Fix literal array with empty item outside of left-side assign
phpstan/phpstan-src@427c7ac Exclude empty-array-item.php from linting
phpstan/phpstan-src@dcd8734 Do not trust PhpStorm stubs' PHPDoc types too much
phpstan/phpstan-src@d23684e Sort IntegerRangeType numerically
phpstan/phpstan-src@afeb7bb Fix grammar error
phpstan/phpstan-src@5b7bb9c system() can return false
phpstan/phpstan-src@a9e9b05 Correct type of SimpleXMLElement properties
phpstan/phpstan-src@38fe693 MethodSignatureRule - fixed error message
phpstan/phpstan-src@3143833 Support for Stringable (PHP 8)
phpstan/phpstan-src@1ee44de Test Stringable in strict_types
phpstan/phpstan-src@cb1843a Fix build
phpstan/phpstan-src@6012c89 Add support for `no-return` and `never-returns` types
phpstan/phpstan-src@d67dae3 General array after offset assign is non empty
phpstan/phpstan-src@1753f2f Fixed ConstantArrayType::isSuperTypeOf()
phpstan/phpstan-src@fcfbdc7 Promoted properties - fixed unused constructor parameter false positive
phpstan/phpstan-src@3243e12 Fix build
phpstan/phpstan-src@84ad65d Promoted properties - detect duplicate declaration
phpstan/phpstan-src@dd48931 Invalid usage of promoted properties
phpstan/phpstan-src@24a23b0 Fix build
phpstan/phpstan-src@a8b7cea Fix build
phpstan/phpstan-src@b55656f Non-ArrayAccess object might be offset-accessible
phpstan/phpstan-src@80a6cec UninitializedPropertyRule - test promoted properties
phpstan/phpstan-src@24fdf4b Fix unreferenced data providers
phpstan/phpstan-src@2d564e6 phpstan.neon - relative paths
phpstan/phpstan-src@84f1b65 Refactor property rules using virtual ClassPropertyNode
phpstan/phpstan-src@eca550a Fix build
phpstan/phpstan-src@9a4a0be Fixed build
phpstan/phpstan-src@fb55535 Use Cloudflare DNS
phpstan/phpstan-src@3a57521 Do not inherit constructor PHPDocs from internal classes
phpstan/phpstan-src@1c2b727 Fix checking overriden method signature when method-level generics are involved
phpstan/phpstan-src@3714a73 Updated jetbrains/phpstorm-stubs
phpstan/phpstan-src@c8e4f8b CallToStaticMethodStamentWithoutSideEffectsRule - skip parent::__construct()
phpstan/phpstan-src@500b160 functionMetadata - read #[Pure] from methods in phpstorm-stubs
phpstan/phpstan-src@25d5715 Fix build
phpstan/phpstan-src@21c50e3 Detect unused constructor method calls
phpstan/phpstan-src@06a009b Fix parse error in phpstorm-stubs
phpstan/phpstan-src@459f5dd Fix
phpstan/phpstan-src@3810804 PhpStormStubsSourceStubber AstLocator - use PHP 8 parser1 parent 956ba22 commit dbbdb0d
3 files changed
Lines changed: 13 additions & 13 deletions
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
0 commit comments