Commit 71e529e
committed
PHPStan 0.12.23
phpstan/phpstan-src@1605bb2 Code around class_exists() does not complain about nonexistent classes
phpstan/phpstan-src@085e75e Support class_exists() with literal string starting with backslash
phpstan/phpstan-src@0da2379 Fix
phpstan/phpstan-src@85a3238 Compile PHAR without shebang #!
phpstan/phpstan-src@657f1ea Rename PHAR file in phpstan/phpstan because it no longer has shebang #! line
phpstan/phpstan-src@594f80c Revert "Rename PHAR file in phpstan/phpstan because it no longer has shebang #! line"
phpstan/phpstan-src@7e2dc69 Revert "Compile PHAR without shebang #!"
phpstan/phpstan-src@0f62764 Revert "PHAR compiling - do not overwrite phpstan file"
phpstan/phpstan-src@5db7d8b Revert "Added `is_a()` to TypeSpecifyingFunctionsDynamicReturnTypeExtension"
phpstan/phpstan-src@f73c118 Simplify finding property trait
phpstan/phpstan-src@314a9cc Hierarchy distances - collect all traits
phpstan/phpstan-src@b151601 Fix overriding trait methods and properties with annotations a different way
phpstan/phpstan-src@824a23b Trait properties - test property from a trait from a parent class
phpstan/phpstan-src@fb9d320 Unmatched ignore comment - add error identifier
phpstan/phpstan-src@00e3090 ClassReflection::getConstant() - do not crash on unknown declaring class
phpstan/phpstan-src@6e93254 Fix
phpstan/phpstan-src@5d439d4 Fix typos
phpstan/phpstan-src@162e212 Unknown PHPDoc @param - add error identifier
phpstan/phpstan-src@90b1186 Update signature for datefmt_create
phpstan/phpstan-src@730a902 Support literals and class constants as PHPDoc types
phpstan/phpstan-src@28d1c34 PHPDoc types - all class constants wildcard
phpstan/phpstan-src@b02ee14 Support for `@mixin`
phpstan/phpstan-src@c8a27e2 Fix
phpstan/phpstan-src@3bc8d7f MixinRule - test incorrect case
phpstan/phpstan-src@2d1cac0 Stub with `@mixin` for RecursiveIteratorIterator
phpstan/phpstan-src@a7893a8 MissingTypehintCheck - do not report iterable template types
phpstan/phpstan-src@a3fad5e MissingTypehintCheck - do not report non-generic object types of generic class
phpstan/phpstan-src@e2b2a44 RecursiveIteratorIterator - template bound
phpstan/phpstan-src@87897c2 Fix issue with different PHP-Parser version in the project
phpstan/phpstan-src@9a46f7f Fix issue with different phpstan/phpdoc-parser in the project
phpstan/phpstan-src@1e02e9d Fix constant array description verbosity
phpstan/phpstan-src@f6a37a0 Fix CS
phpstan/phpstan-src@d4f0907 More rules use the recommended type description verbosity level
phpstan/phpstan-src@db656b0 Fixed __toString() return type combining with phpDoc type
phpstan/phpstan-src@56eadce MethodSignatureRule - more verbose type description
phpstan/phpstan-src@b55208e Fixed ConstantArrayType::isSuperTypeOf()
phpstan/phpstan-src@61cb5aa Fixed ConstantArrayType::accepts()
phpstan/phpstan-src@34edb50 Fixed accepting ConstantArrayType
phpstan/phpstan-src@a1d3990 Fix issue with php-metrics that also preloads Php-Parser
phpstan/phpstan-src@5e66c6c Fix problem with using unprefixed functions that exists prefixed in PHPStan
phpstan/phpstan-src@ccaa6bf Fix Hoa
phpstan/phpstan-src@c4a1b20 Fix rewinddir() return type
phpstan/phpstan-src@e625228 Fixed "Call to a member function `resolveMixinTags()` on null"`
phpstan/phpstan-src@0baf6de Updated phpdoc-parser
phpstan/phpstan-src@70e559b Reduce the number of unprefixed whitelisted functions in the PHAR
phpstan/phpstan-src@8c4f05c Fix SNMP data types & optional parameters
phpstan/phpstan-src@2cbc090 Fix test
phpstan/phpstan-src@83e74bf Fix
phpstan/phpstan-src@518302d Add \SNMP public properties
phpstan/phpstan-src@6848044 Fix1 parent 1fe2539 commit 71e529e
3 files changed
+13
-13
lines changedBinary 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