-
-
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.31
head repository: phpstan/phpstan
compare: 0.12.32
- 10 commits
- 6 files changed
- 2 contributors
Commits on Jun 25, 2020
-
Bump littlefoot from 3.3.0 to 3.3.1 in /website
Bumps [littlefoot](https://github.com/goblindegook/littlefoot) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/goblindegook/littlefoot/releases) - [Changelog](https://github.com/goblindegook/littlefoot/blob/master/CHANGELOG.md) - [Commits](goblindegook/littlefoot@v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 37f4c78 - Browse repository at this point
Copy the full SHA 37f4c78View commit details
Commits on Jun 26, 2020
-
Updated PHPStan to commit 37e65a4
phpstan/phpstan-src@37e65a4 Update dealerdirect/phpcodesniffer-composer-installer requirement
Configuration menu - View commit details
-
Copy full SHA for a91dd4b - Browse repository at this point
Copy the full SHA a91dd4bView commit details
Commits on Jun 29, 2020
-
Updated PHPStan to commit 6905d66
phpstan/phpstan-src@6905d66 Check leading and trailing file whitespace and BOM
Configuration menu - View commit details
-
Copy full SHA for 598dcb4 - Browse repository at this point
Copy the full SHA 598dcb4View commit details -
Updated PHPStan to commit f61f3f9
phpstan/phpstan-src@f61f3f9 Fix not-whitespace HTML
Configuration menu - View commit details
-
Copy full SHA for 7245443 - Browse repository at this point
Copy the full SHA 7245443View commit details
Commits on Jun 30, 2020
-
Updated PHPStan to commit 123ffab
phpstan/phpstan-src@1a3911b Add Formatter for GitHub Actions phpstan/phpstan-src@7d9bb8d Use github error-format in workflow phpstan/phpstan-src@d1177d7 Handle generic errors as anotations phpstan/phpstan-src@123ffab Handle warnings
Configuration menu - View commit details
-
Copy full SHA for 26d35d0 - Browse repository at this point
Copy the full SHA 26d35d0View commit details
Commits on Jul 1, 2020
-
Bump postcss-modules from 3.1.0 to 3.2.0 in /website
Bumps [postcss-modules](https://github.com/css-modules/postcss-modules) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/css-modules/postcss-modules/releases) - [Changelog](https://github.com/css-modules/postcss-modules/blob/master/CHANGELOG.md) - [Commits](madyankin/postcss-modules@v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2bbb87a - Browse repository at this point
Copy the full SHA 2bbb87aView commit details -
Updated PHPStan to commit 6fd85e3
phpstan/phpstan-src@6e7d5f6 Simplify config - TableErrorFormatter can be autowired phpstan/phpstan-src@6fd85e3 Make GithubErrorFormatter the default when running in GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 74a2ea9 - Browse repository at this point
Copy the full SHA 74a2ea9View commit details -
Updated PHPStan to commit a21012d
phpstan/phpstan-src@a21012d Fix handling unpacked argument with constant arrays
Configuration menu - View commit details
-
Copy full SHA for cfd6878 - Browse repository at this point
Copy the full SHA cfd6878View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5df33c - Browse repository at this point
Copy the full SHA b5df33cView commit details -
phpstan/phpstan-src@6767062 MutatingScope - remove forgotten var_dump phpstan/phpstan-src@ac6c634 Refactoring phpstan/phpstan-src@67dc203 Update actions/cache requirement to v2 phpstan/phpstan-src@60c53e0 Bump actions/checkout from v2.2.0 to v2.3.0 phpstan/phpstan-src@d240307 dbase-ext: DB-handle changed from int to resource phpstan/phpstan-src@6bcb400 dbase_open|dbase_create can also return false phpstan/phpstan-src@e6ba8a0 Single reflection file support phpstan/phpstan-src@6425cdf functionMap: narrow possible return values of openssl_verify() phpstan/phpstan-src@bf6921d Bump actions/checkout from v2.3.0 to v2.3.1 phpstan/phpstan-src@b9f62d6 Remove hack of yaml highlighting for neon files phpstan/phpstan-src@0613451 Replicate behaviour from ThisVariableRule in DefinedVariableRule phpstan/phpstan-src@14b17a8 Remove obsolete ThisVariableRule phpstan/phpstan-src@1567d0f testFileAsserts - testing variable certainty support phpstan/phpstan-src@7ea7ce4 Cleanup thanks to maybe certainty for variables in root scope phpstan/phpstan-src@44f9d08 Override variable certainty in global scope with `@var` phpstan/phpstan-src@261cf18 Fix phpstan/phpstan-src@428c8e5 Support multiple doc comments above statement phpstan/phpstan-src@acf070f Updated PhpStorm stubs phpstan/phpstan-src@749f50b Loosen the requirements for the $function parameter of the register_shutdown_function function phpstan/phpstan-src@5e2ba1a implemented DuplicateDeclarationRule, fixes #3475 phpstan/phpstan-src@9547231 added support for BitwiseNot operator phpstan/phpstan-src@5f5de22 InvalidUnaryOperationRule: added support for BitwiseNot operator phpstan/phpstan-src@24246f3 `treatPhpDocTypesAsCertain` is not necessary in BitwiseNot handling phpstan/phpstan-src@f8a6cf1 Debugging message for ShouldNotHappenException in OptimizedDirectorySourceLocator phpstan/phpstan-src@c8923b5 functionMap: ZipArchive::open() returns true on success, int (error code) on failure phpstan/phpstan-src@a59a83c Bump shivammathur/setup-php from 2.3.0 to 2.3.1 phpstan/phpstan-src@423ed91 mysqli_stmt_fetch() and mysqli_stmt::fetch() can return NULL phpstan/phpstan-src@7546777 openssl_pkey_export() allows null for the passphrase phpstan/phpstan-src@cdf5b85 Fix enchant_broker_list_dicts() return type phpstan/phpstan-src@8390949 Subclasses of PDO are analysed using static reflection phpstan/phpstan-src@af183ec correct return value for PHP internal functions on failure phpstan/phpstan-src@47a76e3 Fix build phpstan/phpstan-src@4cbb589 Use composer.json reading just to locate functions phpstan/phpstan-src@73aede3 Fix return type & callback type hints for Redis::subscribe() phpstan/phpstan-src@1cd97b4 More cleanup phpstan/phpstan-src@e6dd87b Dive into a trait that starts on the same line as the one in the reflection phpstan/phpstan-src@1c63a78 Revert "More cleanup" phpstan/phpstan-src@37356d4 Revert "Use composer.json reading just to locate functions" phpstan/phpstan-src@3902d73 Skip AutoloadSourceLocator for unprefixed dependencies shipped in the PHAR phpstan/phpstan-src@2e61259 Attempt to load remaining classes after skipping them in ClassBlacklistSourceLocator if they're not in Composer paths phpstan/phpstan-src@37e65a4 Update dealerdirect/phpcodesniffer-composer-installer requirement phpstan/phpstan-src@6905d66 Check leading and trailing file whitespace and BOM phpstan/phpstan-src@f61f3f9 Fix not-whitespace HTML phpstan/phpstan-src@1a3911b Add Formatter for GitHub Actions phpstan/phpstan-src@7d9bb8d Use github error-format in workflow phpstan/phpstan-src@d1177d7 Handle generic errors as anotations phpstan/phpstan-src@123ffab Handle warnings phpstan/phpstan-src@6e7d5f6 Simplify config - TableErrorFormatter can be autowired phpstan/phpstan-src@6fd85e3 Make GithubErrorFormatter the default when running in GitHub Actions phpstan/phpstan-src@a21012d Fix handling unpacked argument with constant arrays
Configuration menu - View commit details
-
Copy full SHA for d03863f - Browse repository at this point
Copy the full SHA d03863fView 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.31...0.12.32