Commit 07fa795
committed
PHPStan 0.12.7
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 type
phpstan/phpstan-src@d31eb7a curl_share_setopt() fix $value parameter type
phpstan/phpstan-src@8376548 Fix mixed with subtraction not being a super type of never
phpstan/phpstan-src@b1fd47b Invalidate array type info when using array_{push,pop,shift,unshift}
phpstan/phpstan-src@bc9f7cc This looks much better
phpstan/phpstan-src@bfcc2e9 This also looks much better
phpstan/phpstan-src@0448d28 Fix build
phpstan/phpstan-src@49e9366 Corrent return types for DOMDocument::saveHTMLFile and DOMDocument::saveXML
phpstan/phpstan-src@4724469 Attempt to fix problem with Assert::stringNotEmpty in webmozart/assert
phpstan/phpstan-src@7e57ca0 random_int() return type and parameters rule
phpstan/phpstan-src@c981d89 Fixed regression from commit 9665e16
phpstan/phpstan-src@5e8127d Bleeding edge - closure uses $this rule (level 0)
phpstan/phpstan-src@280f7c9 Updated coding standard that can run on PHP 7.4
phpstan/phpstan-src@82773e5 mysqli_warning::next() will return bool
phpstan/phpstan-src@ffbce28 Scope - support for getting native types for function/method parameters (with no regard to phpDocs)
phpstan/phpstan-src@e5eca6b Scope - set foreach key type when the value is array destructuring expression
phpstan/phpstan-src@251d1f7 Scope - fix specifyExpressionType+removeTypeFromExpression for native types
phpstan/phpstan-src@1598d10 RuleTestCase - assert error tips
phpstan/phpstan-src@222545e Config option treatPhpDocTypesAsCertain to ignore always true/false type comparisons for types coming from phpDocs
phpstan/phpstan-src@87a71c3 Always merge scopes from seemingly dead conditions
phpstan/phpstan-src@7c0fdfe Compatibility with Composer v2 installed.json file format
phpstan/phpstan-src@4b18031 Fixed false positives introduced in 0.12.6
phpstan/phpstan-src@117736f Progress bar - do not output too many lines in CI environment1 parent ef57615 commit 07fa795
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