Commit 9771daa
committed
PHPStan 0.12.29
phpstan/phpstan-src@98cdb30 In case of multiple comments, use the last one as reflection getDocComment
phpstan/phpstan-src@7738778 Fix CS
phpstan/phpstan-src@4ba83e8 template type: correctly resolve isSuperTypeOf
phpstan/phpstan-src@a599eaa Fix variadic parameters by not making them always ArrayType
phpstan/phpstan-src@f8512a7 Use runtime reflection for Generator
phpstan/phpstan-src@d063193 Fix CS
phpstan/phpstan-src@988cea9 Updated phpdoc-parser
phpstan/phpstan-src@3a2a666 fix PharData::offsetGet return type
phpstan/phpstan-src@03a630e Fixed getting constant on self:: with duplicate classes
phpstan/phpstan-src@3b2c806 ExistingClassInClassExtendsRule - do not complain about `@final`
phpstan/phpstan-src@bd36d6d README - note about the result cache
phpstan/phpstan-src@28ed924 constant arrays without an explicit class string should not resolve the class name
phpstan/phpstan-src@364cf39 Silencing errors related to composer.json reading
phpstan/phpstan-src@38f1a56 Create Dependabot config file
phpstan/phpstan-src@4138390 Bump shivammathur/setup-php from 2.2.2 to 2.3.0
phpstan/phpstan-src@0eb018c Bump actions/upload-artifact from v1 to v2.0.1
phpstan/phpstan-src@5215790 Bump actions/checkout from v2.0.0 to v2.2.0
phpstan/phpstan-src@7c7e8ac Fix CS
phpstan/phpstan-src@c60e7ae Revert "constant arrays without an explicit class string should not resolve the class name"
phpstan/phpstan-src@af0c64b Prevent some internal errors with methods by using the current node class reflection
phpstan/phpstan-src@b455f93 Return missing rules to StubValidator
phpstan/phpstan-src@29740a5 Fix E2E test
phpstan/phpstan-src@e36d163 Fix traits issues
phpstan/phpstan-src@e00262d PhpFunctionFromParserNodeReflection - fix optionality of parameters with default value followed by variadic parmaeters
phpstan/phpstan-src@9774a8b Regression test
phpstan/phpstan-src@29a9882 Fix argument type checking in function with func_get_args()
phpstan/phpstan-src@d85f328 Fix tests
phpstan/phpstan-src@1bb3a99 Fix test
phpstan/phpstan-src@a7de232 PhpParameterReflection - remove unnecessary code that could cause potential craashes
phpstan/phpstan-src@51fb445 PhpParameterReflection - safe guards against nonexistent classes
phpstan/phpstan-src@57a6585 Fix
phpstan/phpstan-src@ce3d231 PhpParameterReflection - prevent more reflection errors
phpstan/phpstan-src@b28368a Fixed BetterReflection idea of constructor prototype
phpstan/phpstan-src@e2fe1ef AutoloadSourceLocator - select the correct class node based on the line
phpstan/phpstan-src@19b36a0 Check existence of stub files
phpstan/phpstan-src@c035648 Fix AutoloadSourceLocator
phpstan/phpstan-src@24c86d6 Scoper - prefix global functions and classes as usual - solves polyfill problems
phpstan/phpstan-src@375f411 Try compiling the PHAR on PHP 7.1
phpstan/phpstan-src@d8a0735 Fix non-abstract class contains abstract method with more than one-level parent class away
phpstan/phpstan-src@b21f537 Fix unknown properties for class extending DateInterval|DatePeriod and loaded with runtime reflection
phpstan/phpstan-src@b537b97 Only consider class-strings when resolving dependencies
phpstan/phpstan-src@4a9c159 Fix `__DIR__` in global constant
phpstan/phpstan-src@75e6115 Tip for Discovering Symbols on all "not found" messages
phpstan/phpstan-src@be72fc4 Fix test
phpstan/phpstan-src@a9834c9 Use dev-master of jetbrains/phpstorm-stubs
phpstan/phpstan-src@675e3a2 Align `APCuIterator` case with its implementation
phpstan/phpstan-src@56276db Fix array typehint without null in PHPDoc
phpstan/phpstan-src@781016e Cleanup
phpstan/phpstan-src@13d0f3d Don't use PhpStorm stubs for Ds\\ extension
phpstan/phpstan-src@9b5a48c Skip ext-ds test with static reflection1 parent f7f671b commit 9771daa
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