-
-
Notifications
You must be signed in to change notification settings - Fork 946
Comparing changes
Open a pull request
base repository: phpstan/phpstan
base: 0.12.34
head repository: phpstan/phpstan
compare: 0.12.35
- 16 commits
- 6 files changed
- 2 contributors
Commits on Jul 30, 2020
-
Updated PHPStan to commit 535c0e2
phpstan/phpstan-src@535c0e2 Stop using fork of nette/utils
Configuration menu - View commit details
-
Copy full SHA for 8c04e09 - Browse repository at this point
Copy the full SHA 8c04e09View commit details
Commits on Aug 2, 2020
-
Updated PHPStan to commit 353cb01
phpstan/phpstan-src@353cb01 Fixed parent class of ParseError on PHP < 7.3
Configuration menu - View commit details
-
Copy full SHA for a7c3be1 - Browse repository at this point
Copy the full SHA a7c3be1View commit details -
Updated PHPStan to commit d3044ee
phpstan/phpstan-src@d3044ee Fix unknown constants as default parameter values
Configuration menu - View commit details
-
Copy full SHA for eb11e24 - Browse repository at this point
Copy the full SHA eb11e24View commit details -
Updated PHPStan to commit 8d84146
phpstan/phpstan-src@8d84146 Correct return types for odbc_connect() and odbc_prepare()
Configuration menu - View commit details
-
Copy full SHA for 0be380d - Browse repository at this point
Copy the full SHA 0be380dView commit details -
Bump autoprefixer from 9.8.5 to 9.8.6 in /website
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.5 to 9.8.6. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](postcss/autoprefixer@9.8.5...9.8.6) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 433e752 - Browse repository at this point
Copy the full SHA 433e752View commit details -
Updated PHPStan to commit cdbed86
phpstan/phpstan-src@cdbed86 Private __clone method isn't considered unused
Configuration menu - View commit details
-
Copy full SHA for 6cae641 - Browse repository at this point
Copy the full SHA 6cae641View commit details -
Updated PHPStan to commit 5958c29
phpstan/phpstan-src@5958c29 Do not report unused private methods/properties in traits
Configuration menu - View commit details
-
Copy full SHA for 510b760 - Browse repository at this point
Copy the full SHA 510b760View commit details -
Updated PHPStan to commit 4cad0c6
phpstan/phpstan-src@4cad0c6 Fix anonymous class that extends the outer class
Configuration menu - View commit details
-
Copy full SHA for 884ca67 - Browse repository at this point
Copy the full SHA 884ca67View commit details -
Updated PHPStan to commit d391c8e
phpstan/phpstan-src@6d81881 Fix infinite loop phpstan/phpstan-src@a4fca58 Fix build phpstan/phpstan-src@d391c8e Cleanup build
Configuration menu - View commit details
-
Copy full SHA for e6a9c67 - Browse repository at this point
Copy the full SHA e6a9c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9371b0 - Browse repository at this point
Copy the full SHA e9371b0View commit details -
Updated PHPStan to commit eadc82c
phpstan/phpstan-src@eadc82c Composer snapshot
Configuration menu - View commit details
-
Copy full SHA for 61b9188 - Browse repository at this point
Copy the full SHA 61b9188View commit details
Commits on Aug 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 501b1d1 - Browse repository at this point
Copy the full SHA 501b1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d1127 - Browse repository at this point
Copy the full SHA 22d1127View commit details -
Updated PHPStan to commit 8dc129a
phpstan/phpstan-src@8dc129a Updated setup-php action
Configuration menu - View commit details
-
Copy full SHA for 2a4a300 - Browse repository at this point
Copy the full SHA 2a4a300View commit details
Commits on Aug 4, 2020
-
Bump tailwindcss from 1.6.0 to 1.6.2 in /website
Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.6.0 to 1.6.2. - [Release notes](https://github.com/tailwindcss/tailwindcss/releases) - [Commits](tailwindlabs/tailwindcss@v1.6.0...v1.6.2) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bb16ff - Browse repository at this point
Copy the full SHA 4bb16ffView commit details -
phpstan/phpstan-src@5755334 bleedingEdge flag so that other extensions ask ask about it phpstan/phpstan-src@0d5d40a Fixed build phpstan/phpstan-src@4d03594 Reworded the new unused constant/property/method rules phpstan/phpstan-src@5988167 Fix build phpstan/phpstan-src@4e5a697 Test useful example with class-level template type T and static method phpstan/phpstan-src@f9ee84b Fix date_time_set function signature phpstan/phpstan-src@d235195 Read targeted PHP version from composer.json's config.platform.php (bleeding edge) phpstan/phpstan-src@acb9d70 Fix build phpstan/phpstan-src@aa38695 `@mixin` above classes with `__callStatic()` creates static methods phpstan/phpstan-src@262694d PDO::exec could also return false phpstan/phpstan-src@542238a Detect cache saving error phpstan/phpstan-src@a23f808 Allowing null as limit for mb_strcut phpstan/phpstan-src@a1b6d4a Bump actions/upload-artifact from 2.1.0 to v2.1.1 phpstan/phpstan-src@c34c521 Fix build phpstan/phpstan-src@c8cb1ca proc_get_status can also return false phpstan/phpstan-src@e8c479d proc_get_status return type: use array shape according to doc phpstan/phpstan-src@48e29ab Fix build phpstan/phpstan-src@f8b67d0 Simplification phpstan/phpstan-src@a16fc45 Compatibility with PHP 8 phpstan/phpstan-src@a0cc874 Remove caching dependencies in jobs with composer:v2 phpstan/phpstan-src@c05f8de Try Composer v1 phpstan/phpstan-src@1f82f97 Revert "Try Composer v1" phpstan/phpstan-src@012ea82 Possible fix phpstan/phpstan-src@ef8206b Consider condition result hasYield ... phpstan/phpstan-src@8a0dec1 Handle yield in for phpstan/phpstan-src@f1c28b2 Support yield in do condition phpstan/phpstan-src@c2bab86 yield in foreach phpstan/phpstan-src@d4c5dcb Rename variable phpstan/phpstan-src@2d035a9 Handle yield in `if` phpstan/phpstan-src@412cc04 yield in switch phpstan/phpstan-src@af9f4e2 Revert automatic CS fix phpstan/phpstan-src@153c874 Fix missing method Generator::throw() phpstan/phpstan-src@643646a Fix anonymous class with PHPDoc phpstan/phpstan-src@fb1926c Debug Composer problem phpstan/phpstan-src@b758775 Possibly Fix Composer problem phpstan/phpstan-src@58013fe Fix Composer problem phpstan/phpstan-src@5a3deae Updated nikic/php-parser to 4.7.0 phpstan/phpstan-src@535c0e2 Stop using fork of nette/utils phpstan/phpstan-src@353cb01 Fixed parent class of ParseError on PHP < 7.3 phpstan/phpstan-src@d3044ee Fix unknown constants as default parameter values phpstan/phpstan-src@8d84146 Correct return types for odbc_connect() and odbc_prepare() phpstan/phpstan-src@cdbed86 Private __clone method isn't considered unused phpstan/phpstan-src@5958c29 Do not report unused private methods/properties in traits phpstan/phpstan-src@4cad0c6 Fix anonymous class that extends the outer class phpstan/phpstan-src@6d81881 Fix infinite loop phpstan/phpstan-src@a4fca58 Fix build phpstan/phpstan-src@d391c8e Cleanup build phpstan/phpstan-src@5b4cd94 Fix build phpstan/phpstan-src@eadc82c Composer snapshot phpstan/phpstan-src@8dc129a Updated setup-php action
Configuration menu - View commit details
-
Copy full SHA for 5230eb3 - Browse repository at this point
Copy the full SHA 5230eb3View 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 0.12.34...0.12.35