Commit 71a20c1
committed
PHPStan 0.12.5
phpstan/phpstan-src@86ec127 Test that stub phpDocs are always inherited
phpstan/phpstan-src@ae238a1 Parameter name remapping when inheriting phpDocs
phpstan/phpstan-src@b68a635 Cache calls to ObjectType::isSuperTypeOf()
phpstan/phpstan-src@afb9975 Cache calls to ClassReflection::isSubclassOf()
phpstan/phpstan-src@9be18df Improve memoizing reflectors
phpstan/phpstan-src@6cdbbef Introduce MemoizingReflectionProvider
phpstan/phpstan-src@50fae65 Fix cs
phpstan/phpstan-src@93eaf0e Inheriting phpDocs from stubs with parameter name mapping
phpstan/phpstan-src@732fe10 Fix more filter var use cases
phpstan/phpstan-src@4419f2e Update Redis extension signature map
phpstan/phpstan-src@92df236 Exclude stubFiles from main analysis
phpstan/phpstan-src@a2c0403 list and list<foo> support
phpstan/phpstan-src@d24dee2 Exclude stubFiles from RobotLoader
phpstan/phpstan-src@2a6901a Optimized ignoring errors by baseline
phpstan/phpstan-src@2b0013f Fixed IntersectionType::toBoolean()
phpstan/phpstan-src@d4bfc70 PropertyReflectionFinder - fixed #2745
phpstan/phpstan-src@148f323 Improved error message when a file could not be read
phpstan/phpstan-src@b57af20 functionMap: fix return type of SQLite3Result::fetchArray()
phpstan/phpstan-src@a6ba325 FileNodesFetcher - silence parse errors
phpstan/phpstan-src@7feecd3 Fixed optimized error ignoring on Windows
phpstan/phpstan-src@7adebeb ScopeFactory - lower the chance of a circular dependency
phpstan/phpstan-src@e126a34 Update BetterReflection that does not throw exceptions on invalid Composer configs
phpstan/phpstan-src@2ed11f6 Run Windows build only once, it's too slow
phpstan/phpstan-src@eeae2da Constant cache size
phpstan/phpstan-src@3f20c2d Fix Cannot unset offset 0 on $this when extending SimpleXMLElement
phpstan/phpstan-src@13fb5b1 Fixed wrong template types resolution when inheriting phpDocs
phpstan/phpstan-src@faadcf4 Cache pretty printed expression
phpstan/phpstan-src@c376cf5 Cache reflection filename
phpstan/phpstan-src@3a5cd06 ArrayType - do not degrade TemplateMixedType as key into BenevolentUnionType
phpstan/phpstan-src@81b1afa Fixed invalidating function call to count() outside of namespaces
phpstan/phpstan-src@9eedeac Update ext-ds.php
phpstan/phpstan-src@e4fe64c Skip Composer loader directories where installed.json is not present
phpstan/phpstan-src@ed7e953 Fix openssl_seal() function signature
phpstan/phpstan-src@945a84c Magic method referencing correct type based on __get or __set
phpstan/phpstan-src@b20d7b6 Renamed stub files extensions to not pollute PhpStorm index
phpstan/phpstan-src@79333d3 Expand relative tmpDir in phpstan.neon the same way as other paths are expanded
phpstan/phpstan-src@49d8c4f Ignore tests/tmp
phpstan/phpstan-src@6f6ea7e Fix trait caching issue
phpstan/phpstan-src@432db0c FileTypeMapper - cache dependent files with their respective timestamps
phpstan/phpstan-src@7faf11b Fix build
phpstan/phpstan-src@56d2e30 type combinator: fix integer ranges operations
phpstan/phpstan-src@65cd6cb generics: fix ObjectType's isSuperTypeOf & accepts with TemplateType
phpstan/phpstan-src@8f3ef5e Test for T of object vs. object super type
phpstan/phpstan-src@d279fe5 Fix filename that isn't a valid file issue
phpstan/phpstan-src@133db03 Add failing test
phpstan/phpstan-src@e81d732 Assignment must wipe out all dependant variables types
phpstan/phpstan-src@6bd522c Fixed internal error with LevelDB stub
phpstan/phpstan-src@ca37ebd Constructor phpDocs are inherited without remapping parameter names by position
phpstan/phpstan-src@9665e16 Fixed expression invalidation when ++ is involved
phpstan/phpstan-src@e208c05 Allow missing return for unions with void type1 parent 6d99739 commit 71a20c1
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