Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phpstan/phpstan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.12
Choose a base ref
...
head repository: phpstan/phpstan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.13
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 2, 2020

  1. Updated PHPStan to commit 5b764c7

    phpstan/phpstan-src@5b764c7 Fix CommandHelper::getConfigFiles() to also include the file passed into it
    ondrejmirtes committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    986eb97 View commit details
    Browse the repository at this point in the history
  2. PHPStan 0.12.13

    phpstan/phpstan-src@ed0b3a8 Fix
    phpstan/phpstan-src@0464d0f Fix Hoa prefixing
    phpstan/phpstan-src@0a5cd64 Fixed running parallel analysis via shortcut command
    phpstan/phpstan-src@2905d86 Use php -d memory_limit=X for worker processes
    phpstan/phpstan-src@bc5c80a Revert "Passing memory limit the right way"
    phpstan/phpstan-src@ebe779c Parallel - process timeout made configurable
    phpstan/phpstan-src@a293802 Fix return type of fpassthru()
    phpstan/phpstan-src@e8bb833 StubPhpDocProvider - cannot cache methods because of varying $positionalParameterNames
    phpstan/phpstan-src@16b2d72 Fixed potential cache issue
    phpstan/phpstan-src@a98b908 SchedulerTest - easier assert
    phpstan/phpstan-src@71bda09 Scheduler - configurable maximum number of processes (threads to use)
    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
    ondrejmirtes committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    d74fb5c View commit details
    Browse the repository at this point in the history
Loading