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: 39004ed
Choose a base ref
...
head repository: phpstan/phpstan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca5f2b7
Choose a head ref
  • 19 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 13, 2020

  1. New sponsor - ShipMonk

    ondrejmirtes committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    64a79c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Updated PHPStan to commit 54eb9ce

    phpstan/phpstan-src@54eb9ce Try fixing Windows "child process error" issue
    ondrejmirtes committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2f226f0 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit bb56211

    phpstan/phpstan-src@85683bb CI - run PHPStan on Windows
    phpstan/phpstan-src@96d8202 Do not use recursive mkdir() - it's not thread-safe
    phpstan/phpstan-src@e50b31a Revert "Enhancement: Use ergebnis/composer-root-version-action"
    phpstan/phpstan-src@656ac49 setup-php - install mbstring
    phpstan/phpstan-src@6c55f6a Passing memory limit the right way
    phpstan/phpstan-src@3ffae98 CI - run tests on Windows and allow failures
    phpstan/phpstan-src@a1f9597 Newer actions/cache version
    phpstan/phpstan-src@bb56211 Different way of allowing a failure for tests on Windows
    ondrejmirtes committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    e45361e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9a4c75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d70731 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6370b07 View commit details
    Browse the repository at this point in the history
  6. GitHub Actions on board!

    ondrejmirtes committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    c8636e7 View commit details
    Browse the repository at this point in the history
  7. GitHub Actions badge

    ondrejmirtes committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    4f3c0df View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Updated PHPStan to commit 0a5cd64

    phpstan/phpstan-src@0a5cd64 Fixed running parallel analysis via shortcut command
    ondrejmirtes committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    cf596b9 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit bc5c80a

    phpstan/phpstan-src@2905d86 Use php -d memory_limit=X for worker processes
    phpstan/phpstan-src@bc5c80a Revert "Passing memory limit the right way"
    ondrejmirtes committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    7a4d112 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit ebe779c

    phpstan/phpstan-src@ebe779c Parallel - process timeout made configurable
    ondrejmirtes committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    d63ecb4 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit a293802

    phpstan/phpstan-src@a293802 Fix return type of fpassthru()
    ondrejmirtes committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    0a4243e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Updated PHPStan to commit 16b2d72

    phpstan/phpstan-src@e8bb833 StubPhpDocProvider - cannot cache methods because of varying $positionalParameterNames
    phpstan/phpstan-src@16b2d72 Fixed potential cache issue
    ondrejmirtes committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    144eb80 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 71bda09

    phpstan/phpstan-src@a98b908 SchedulerTest - easier assert
    phpstan/phpstan-src@71bda09 Scheduler - configurable maximum number of processes (threads to use)
    ondrejmirtes committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    af17c47 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 7e28fb8

    phpstan/phpstan-src@7e28fb8 Scheduler - configurable minimum number of jobs per process
    ondrejmirtes committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    d707790 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a90d78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c39b628 View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit cbd06eb

    phpstan/phpstan-src@cbd06eb Compiler tests moved to GitHub Actions
    ondrejmirtes committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    83a2873 View commit details
    Browse the repository at this point in the history
  7. PHPStan 0.12.11

    phpstan/phpstan-src@765cef4 Fix: Remove workflow
    phpstan/phpstan-src@3e92394 Fix: Set COMPOSER_ROOT_VERSION environment variable
    phpstan/phpstan-src@d1452fb Enhancement: Use ergebnis/composer-root-version-action
    phpstan/phpstan-src@d5348d7 NeonAdapter: throw more meaningful error which contains the filename
    phpstan/phpstan-src@d9c7365 Moved manual including of Composer's autoload.files to phpstan-dist bootstrap
    phpstan/phpstan-src@775aee8 Revert "Moved manual including of Composer's autoload.files to phpstan-dist bootstrap"
    phpstan/phpstan-src@c0cb3a6 Use AutoloadSourceLocator to see existing classes in memory for static reflection
    phpstan/phpstan-src@9c773cd Fix build
    phpstan/phpstan-src@21da33f Fix build
    phpstan/phpstan-src@bdea059 Add support for iterator_to_array()
    phpstan/phpstan-src@089d24a Add Vector::map()
    phpstan/phpstan-src@e39baa7 Scheduler - moved jobSize to constructor
    phpstan/phpstan-src@cedc99f Fix traits issue in parallel analysis
    phpstan/phpstan-src@58135c0 Debuggable mkdir()
    phpstan/phpstan-src@cb13ded Debug child process error
    phpstan/phpstan-src@cf05c26 {Inc,dec}rement operators did not change type of union of int ranges
    phpstan/phpstan-src@2c5ca8d Try solve mkdir() concurrent issue
    phpstan/phpstan-src@5152086 Our own RobotLoader fork
    phpstan/phpstan-src@b0596e7 Ignore RobotLoader::saveCache() issue on Windows
    phpstan/phpstan-src@63de866 Fixed build
    phpstan/phpstan-src@0a19bdb Fixed --memory-limit=-1 for parallel analysis
    phpstan/phpstan-src@1ea1a96 Do not warn about unreadable /proc/cpuinfo
    phpstan/phpstan-src@f83240f Fixed methods caching issue because of same cache key for implicit/explicit mixed
    phpstan/phpstan-src@199ca67 Revert "Our own RobotLoader fork" This reverts commit b0596e7.
    phpstan/phpstan-src@f01b5e1 Use dev version of RobotLoader that uses file locking
    phpstan/phpstan-src@769669d FileCacheStorage - ignore concurrent save issues on Windows
    phpstan/phpstan-src@54eb9ce Try fixing Windows "child process error" issue
    phpstan/phpstan-src@85683bb CI - run PHPStan on Windows
    phpstan/phpstan-src@96d8202 Do not use recursive mkdir() - it's not thread-safe
    phpstan/phpstan-src@e50b31a Revert "Enhancement: Use ergebnis/composer-root-version-action"
    phpstan/phpstan-src@656ac49 setup-php - install mbstring
    phpstan/phpstan-src@6c55f6a Passing memory limit the right way
    phpstan/phpstan-src@3ffae98 CI - run tests on Windows and allow failures
    phpstan/phpstan-src@a1f9597 Newer actions/cache version
    phpstan/phpstan-src@bb56211 Different way of allowing a failure for tests on Windows
    phpstan/phpstan-src@6d4f708 Fix build
    phpstan/phpstan-src@34769d6 Fix build
    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
    ondrejmirtes committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    ca5f2b7 View commit details
    Browse the repository at this point in the history
Loading