-
-
Notifications
You must be signed in to change notification settings - Fork 946
Comparing changes
Open a pull request
base repository: phpstan/phpstan
base: f970cab
head repository: phpstan/phpstan
compare: dce7293
- 15 commits
- 9 files changed
- 1 contributor
Commits on Aug 24, 2020
-
Updated PHPStan to commit 7f04f75
phpstan/phpstan-src@7f04f75 Fix `is_numeric()` filtering in truthy condition
Configuration menu - View commit details
-
Copy full SHA for c99ed24 - Browse repository at this point
Copy the full SHA c99ed24View commit details
Commits on Aug 25, 2020
-
Updated PHPStan to commit 1d27c61
phpstan/phpstan-src@1d27c61 Introduce AccessoryNumericStringType
Configuration menu - View commit details
-
Copy full SHA for cd2c84c - Browse repository at this point
Copy the full SHA cd2c84cView commit details -
Updated PHPStan to commit 1a4f50f
phpstan/phpstan-src@1a4f50f Update README.md
Configuration menu - View commit details
-
Copy full SHA for 25e59cc - Browse repository at this point
Copy the full SHA 25e59ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e41b85 - Browse repository at this point
Copy the full SHA 5e41b85View commit details -
Updated PHPStan to commit 91dc935
phpstan/phpstan-src@fd45885 UnionType - do not put parentheses around IntersectionType if parts of it are hidden phpstan/phpstan-src@9c5728d Fix is_numeric() phpstan/phpstan-src@a74a300 numeric-string in array leads to integer key type phpstan/phpstan-src@91dc935 More verbose type descriptions in case of numeric-string
Configuration menu - View commit details
-
Copy full SHA for 5a18ceb - Browse repository at this point
Copy the full SHA 5a18cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40800c5 - Browse repository at this point
Copy the full SHA 40800c5View commit details -
Updated PHPStan to commit 1053ee7
phpstan/phpstan-src@1053ee7 `date` function can sometimes return numeric string
Configuration menu - View commit details
-
Copy full SHA for e31c2d6 - Browse repository at this point
Copy the full SHA e31c2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d371b - Browse repository at this point
Copy the full SHA 13d371bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 831d863 - Browse repository at this point
Copy the full SHA 831d863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5039693 - Browse repository at this point
Copy the full SHA 5039693View commit details
Commits on Aug 26, 2020
-
Updated PHPStan to commit c393a1f
phpstan/phpstan-src@d7f9e90 nodeCallback is callable, not \Closure phpstan/phpstan-src@c9678cd Optimized memory consumption phpstan/phpstan-src@f3d0845 Removed irrelevant functionality phpstan/phpstan-src@c393a1f Original memory limit
Configuration menu - View commit details
-
Copy full SHA for 231cf3c - Browse repository at this point
Copy the full SHA 231cf3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5567faf - Browse repository at this point
Copy the full SHA 5567fafView commit details -
Updated PHPStan to commit 4182e35
phpstan/phpstan-src@4182e35 Backwards compatibility - remove Type::isNumericString()
Configuration menu - View commit details
-
Copy full SHA for 9d72a43 - Browse repository at this point
Copy the full SHA 9d72a43View commit details -
Updated PHPStan to commit 99b47ff
phpstan/phpstan-src@ba40208 Cut memory consumption phpstan/phpstan-src@58c2fef Little tuning phpstan/phpstan-src@4eeed44 Less RAM should be fine now phpstan/phpstan-src@99b47ff Fix edge-case with anonymous class
Configuration menu - View commit details
-
Copy full SHA for 9762f9f - Browse repository at this point
Copy the full SHA 9762f9fView commit details -
phpstan/phpstan-src@9f0abd7 Move functionMap files outside of src phpstan/phpstan-src@ca70ff0 PHAR compiler - preload src/ too phpstan/phpstan-src@5cc3bac Fix build phpstan/phpstan-src@80c6f00 Fix build phpstan/phpstan-src@a176c83 Skip src/Testing from the preload script phpstan/phpstan-src@422bfe7 Revert "Debug weird internal error" phpstan/phpstan-src@ebd2cbd Update nette/di phpstan/phpstan-src@9e36f8d Do not remove Paratest when updating PHPUnit phpstan/phpstan-src@4081f12 Revert "Do not remove Paratest when updating PHPUnit" phpstan/phpstan-src@ad7dce2 min() and max() may return false if array size could be zero phpstan/phpstan-src@fbf5a29 Update setup-php phpstan/phpstan-src@379941f Pin major versions for GitHub Actions phpstan/phpstan-src@4b33bd9 StatementOrderVisitor phpstan/phpstan-src@f5d16c1 UnreachableStatementRule - identifier and metadata phpstan/phpstan-src@96f896e DeadCatchRule - identifier and metadata phpstan/phpstan-src@05b6a54 Updated nikic/php-parser phpstan/phpstan-src@75ff705 Support for static return type phpstan/phpstan-src@589ecdd NoopRule - identifier and metadata phpstan/phpstan-src@15c0689 Updated StatementOrderVisitor phpstan/phpstan-src@ba352de UnreachableTernaryElseBranchRule - identifier and metadata phpstan/phpstan-src@bf76ad9 TernaryOperatorConstantConditionRule - identifier and metadata phpstan/phpstan-src@2335152 Support for phpstan and psaml prefixes on @method phpstan/phpstan-src@a13160d IfConstantConditionRule identifier and metadata phpstan/phpstan-src@bc4ca17 Remove dead rule phpstan/phpstan-src@0632865 Add SplObjectStorage stub phpstan/phpstan-src@b290a73 Add check the array is not empty phpstan/phpstan-src@e96481c Remove NonEmptyArrayType after unset() phpstan/phpstan-src@79bae4b functionMap should not be prefixed in the PHAR phpstan/phpstan-src@9cc33cb Try more RAM phpstan/phpstan-src@58a336f Keep benevolent union array key type with Foo[] after non-empty check phpstan/phpstan-src@967b251 Better BenevolentUnionType::isAcceptedBy() implementation phpstan/phpstan-src@7f04f75 Fix `is_numeric()` filtering in truthy condition phpstan/phpstan-src@1d27c61 Introduce AccessoryNumericStringType phpstan/phpstan-src@1a4f50f Update README.md phpstan/phpstan-src@fd45885 UnionType - do not put parentheses around IntersectionType if parts of it are hidden phpstan/phpstan-src@9c5728d Fix is_numeric() phpstan/phpstan-src@a74a300 numeric-string in array leads to integer key type phpstan/phpstan-src@91dc935 More verbose type descriptions in case of numeric-string phpstan/phpstan-src@25da584 Fix build phpstan/phpstan-src@1053ee7 `date` function can sometimes return numeric string phpstan/phpstan-src@d7f9e90 nodeCallback is callable, not \Closure phpstan/phpstan-src@c9678cd Optimized memory consumption phpstan/phpstan-src@f3d0845 Removed irrelevant functionality phpstan/phpstan-src@c393a1f Original memory limit phpstan/phpstan-src@644f846 Fix build phpstan/phpstan-src@4182e35 Backwards compatibility - remove Type::isNumericString() phpstan/phpstan-src@ba40208 Cut memory consumption phpstan/phpstan-src@58c2fef Little tuning phpstan/phpstan-src@4eeed44 Less RAM should be fine now phpstan/phpstan-src@99b47ff Fix edge-case with anonymous class
Configuration menu - View commit details
-
Copy full SHA for dce7293 - Browse repository at this point
Copy the full SHA dce7293View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f970cab...dce7293