-
-
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.13
head repository: phpstan/phpstan
compare: 0.12.14
- 10 commits
- 3 files changed
- 1 contributor
Commits on Mar 2, 2020
-
Updated PHPStan to commit 349bd9e
phpstan/phpstan-src@349bd9e Fixed issue with files being analysed multiple times when result cache is used
Configuration menu - View commit details
-
Copy full SHA for 5cd3f07 - Browse repository at this point
Copy the full SHA 5cd3f07View commit details -
Updated PHPStan to commit 94bff9b
phpstan/phpstan-src@94bff9b Fix signature for MongoDB\Driver\ReadPreference constructor
Configuration menu - View commit details
-
Copy full SHA for c356c37 - Browse repository at this point
Copy the full SHA c356c37View commit details -
Updated PHPStan to commit 1100202
phpstan/phpstan-src@1100202 ResultCacheManager - skip deleted files in "files to analyse" list
Configuration menu - View commit details
-
Copy full SHA for e934a49 - Browse repository at this point
Copy the full SHA e934a49View commit details -
Updated PHPStan to commit 304d472
phpstan/phpstan-src@304d472 Error "Ignored error pattern is expected to occur N times but occured M times" can no longer be ignored
Configuration menu - View commit details
-
Copy full SHA for 53f6102 - Browse repository at this point
Copy the full SHA 53f6102View commit details -
Updated PHPStan to commit 4f53a82
phpstan/phpstan-src@4f53a82 Report "Ignored error pattern is expected to occur N times but occured only M times" even if only subset of project is analysed
Configuration menu - View commit details
-
Copy full SHA for e9fbfee - Browse repository at this point
Copy the full SHA e9fbfeeView commit details -
Updated PHPStan to commit ffb7796
phpstan/phpstan-src@7bf0535 ResultCacheEndToEndTest - cleanup after itself phpstan/phpstan-src@ffb7796 Result cache - fix handling of deleted files
Configuration menu - View commit details
-
Copy full SHA for 5cb07a6 - Browse repository at this point
Copy the full SHA 5cb07a6View commit details -
Updated PHPStan to commit b13181e
phpstan/phpstan-src@526bb0d Microoptimization phpstan/phpstan-src@b13181e Result cache - fix handling deleted files
Configuration menu - View commit details
-
Copy full SHA for 39b02ce - Browse repository at this point
Copy the full SHA 39b02ceView commit details -
Updated PHPStan to commit a170ff3
phpstan/phpstan-src@a170ff3 Update setcookie parameters
Configuration menu - View commit details
-
Copy full SHA for f61a3c5 - Browse repository at this point
Copy the full SHA f61a3c5View commit details -
Updated PHPStan to commit eec492e
phpstan/phpstan-src@eec492e Report "Ignored error pattern is expected to occur N times but occured only M times" as file-specific
Configuration menu - View commit details
-
Copy full SHA for 9e45661 - Browse repository at this point
Copy the full SHA 9e45661View commit details -
phpstan/phpstan-src@7e28fb8 Scheduler - configurable minimum number of jobs per process phpstan/phpstan-src@cbd06eb Compiler tests moved to GitHub Actions phpstan/phpstan-src@19b2028 Readme: mention composer install/update as a prerequisite phpstan/phpstan-src@7cd1d70 StubValidator - set analysed files to correctly analysed stubbed traits phpstan/phpstan-src@f4e7ce8 Overridable static reflection class name patterns phpstan/phpstan-src@b5ed37b DerivativeContainerFactory - fix missing parameters phpstan/phpstan-src@5e3c5e7 Put all config file paths into the container phpstan/phpstan-src@51a6e9b Used level in container phpstan/phpstan-src@4a890d6 Fix build phpstan/phpstan-src@4d2d088 Introduce unified AnalyserResult phpstan/phpstan-src@587bfa8 AnalyseApplication - extracted running analysers into a private method phpstan/phpstan-src@b0f8d3f Result cache (bleeding edge) phpstan/phpstan-src@abd3dd6 Fix signature for ReflectionProperty::isInitialized phpstan/phpstan-src@29e5ce4 Add Vector::merge() phpstan/phpstan-src@c249ade Parallel analysis for everyone! phpstan/phpstan-src@4f51382 Parameters schema - structured featureToggles to disallow unsupported keys phpstan/phpstan-src@e18b3b4 PHAR - rename file extensions of PhpStorm stubs phpstan/phpstan-src@abae606 Cleanup bad file phpstan/phpstan-src@7d2ecf9 Temporary failing test for issue #3008 phpstan/phpstan-src@29be3a2 Require stable version of RobotLoader, master is broken phpstan/phpstan-src@9395d76 Code coverage in GitHub Actions phpstan/phpstan-src@18d849e Check for invalid phpstan doc comments phpstan/phpstan-src@d3668d4 InvalidPHPStanDocTagRule - changed wording phpstan/phpstan-src@a142413 E2E tests for result cache phpstan/phpstan-src@a68512e Fix build phpstan/phpstan-src@3608ded Rule for checking null-coalescing operator (level 1) - bleeding edge phpstan/phpstan-src@36748fc Extracted the logic from NullCoalesceRule to IssetCheck phpstan/phpstan-src@2003cda Integration test for coalesce phpstan/phpstan-src@aa14780 Null coalesce checks - variables on level 1, rest on level 4 phpstan/phpstan-src@70ee0a4 Fixed build phpstan/phpstan-src@25b61d9 Isset rule for checking always-defined/never-defined properties, array offsets etc. (level 4) - bleeding edge phpstan/phpstan-src@e5cc038 Process timeout tip phpstan/phpstan-src@06b6dbf Configurable decoder buffer size phpstan/phpstan-src@0345d3c Properties with native types can be used in isset() in case they are uninitialized phpstan/phpstan-src@9c56b39 Command for clearing result cache phpstan/phpstan-src@9088b84 Result cache for everyone! phpstan/phpstan-src@d22e88f Disable codecov/patch phpstan/phpstan-src@fcc00dc stream_socket_enable_crypto returns int|bool phpstan/phpstan-src@5b764c7 Fix CommandHelper::getConfigFiles() to also include the file passed into it phpstan/phpstan-src@349bd9e Fixed issue with files being analysed multiple times when result cache is used phpstan/phpstan-src@94bff9b Fix signature for MongoDB\Driver\ReadPreference constructor phpstan/phpstan-src@1100202 ResultCacheManager - skip deleted files in "files to analyse" list phpstan/phpstan-src@304d472 Error "Ignored error pattern is expected to occur N times but occured M times" can no longer be ignored phpstan/phpstan-src@4f53a82 Report "Ignored error pattern is expected to occur N times but occured only M times" even if only subset of project is analysed phpstan/phpstan-src@7bf0535 ResultCacheEndToEndTest - cleanup after itself phpstan/phpstan-src@ffb7796 Result cache - fix handling of deleted files phpstan/phpstan-src@526bb0d Microoptimization phpstan/phpstan-src@b13181e Result cache - fix handling deleted files phpstan/phpstan-src@a170ff3 Update setcookie parameters phpstan/phpstan-src@eec492e Report "Ignored error pattern is expected to occur N times but occured only M times" as file-specific
Configuration menu - View commit details
-
Copy full SHA for 37bdd26 - Browse repository at this point
Copy the full SHA 37bdd26View 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.13...0.12.14