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.17
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.18
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    9aba869 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    f2f4cd6 View commit details
    Browse the repository at this point in the history
  2. Fix grammar mistake in README

    Followup for #2744
    maks-rafalko authored and ondrejmirtes committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    bc6130e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. Updated PHPStan to commit 7cba983

    phpstan/phpstan-src@7cba983 Sort errors in AnalyserResult, it will be sorted in more places
    ondrejmirtes committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    fcf252d View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit c9df2f4

    phpstan/phpstan-src@c9df2f4 Fix reporting unmatched ignored error from path that wasn't analysed
    ondrejmirtes committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    2a2a9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b300d View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 195bb00

    ondrejmirtes committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    20e6e77 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit be8ff32

    phpstan/phpstan-src@be8ff32 Fix other bc* function types
    ondrejmirtes committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    37c5645 View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit f4a9d5f

    phpstan/phpstan-src@f4a9d5f Dedicated CLI option --generate-baseline with improved DX
    ondrejmirtes committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    99c7826 View commit details
    Browse the repository at this point in the history
  7. PHPStan 0.12.18

    phpstan/phpstan-src@3b93d8b Revert "Per-OS result cache"
    phpstan/phpstan-src@7955fb5 Does this fixes it?
    phpstan/phpstan-src@3b0c6a2 Unmatched ignored error for a specific file reported in that file
    phpstan/phpstan-src@72d7c8d Fix ResultCacheEndToEndTest on Windows
    phpstan/phpstan-src@656dfe5 Debugging
    phpstan/phpstan-src@250415e Fix
    phpstan/phpstan-src@4a02e09 Sort paths in ResultCacheEndToEndTest
    phpstan/phpstan-src@cb16465 Fix
    phpstan/phpstan-src@4558673 Result cache artifact per OS
    phpstan/phpstan-src@7615022 Fix PHPStan with result cache build step on Windows
    phpstan/phpstan-src@762277e Result cache - do not save with non-ignorable errors
    phpstan/phpstan-src@a90efd5 Revert "realpath for config file paths"
    phpstan/phpstan-src@9e10b4c Result cache contains all errors, filtering through ignoreErrors each time
    phpstan/phpstan-src@28ae806 Looks like RC package versions are downloaded as dist after all
    phpstan/phpstan-src@39806ab TableErrorFormatterTest - was skipped on Windows for no reason
    phpstan/phpstan-src@f14c5fe FuzzyRelativePathHelper does not need to be dynamic service
    phpstan/phpstan-src@b5c3987 Use FuzzyRelativePathHelper in tests less
    phpstan/phpstan-src@29d6e15 Unify normalizing path for anonymous classes
    phpstan/phpstan-src@67e8f8e fix line-ending to LF
    phpstan/phpstan-src@4d41086 Fixed TraitsCachingIssueIntegrationTest on Windows
    phpstan/phpstan-src@1fd93f8 Fixed AutoloadFilesTest on Windows
    phpstan/phpstan-src@09733b5 Fixed ParallelAnalyserIntegrationTest on Windows
    phpstan/phpstan-src@00bcf33 Fixed AutoloadFilesTest on Windows again
    phpstan/phpstan-src@6eaf261 Windows build is green again, but for how long?
    phpstan/phpstan-src@3193ae9 use tab for indentation instead of spaces
    phpstan/phpstan-src@ecef44f Do not complain about unmatched ignored errors when internal errors occur
    phpstan/phpstan-src@67fc8f3 Detect calling static method on a trait
    phpstan/phpstan-src@e089754 RuleLevelHelper - consider trait as an unknown class
    phpstan/phpstan-src@88d2607 Detect accessing static property on a trait
    phpstan/phpstan-src@53a5171 Fixed assert(is_numeric($x)) false positive
    phpstan/phpstan-src@9076b6f Fix
    phpstan/phpstan-src@2d2b22f generate-changelog increase sleep
    phpstan/phpstan-src@bb7c925 Fix is_numeric
    phpstan/phpstan-src@af7a5ca Fix CS
    phpstan/phpstan-src@5a032f6 Result cache - use lazy callback for errors array in case older PHPStan gets handed newer result cache
    phpstan/phpstan-src@19482b7 Arrow function return type inference
    phpstan/phpstan-src@337fbee Fix is_numeric issues
    phpstan/phpstan-src@a44bad9 Fix property_exists issues
    phpstan/phpstan-src@3b64b12 Fixed iterable<T> vs. empty constant array
    phpstan/phpstan-src@1dca53a Fix
    phpstan/phpstan-src@1d0d3ad Lint on all PHP versions
    phpstan/phpstan-src@5581928 Fixed issue with arrow function type inference and TooWideArrowFunctionReturnTypehintRule
    phpstan/phpstan-src@c7ec02e Some preventive code for once we'll have closure return type inference
    phpstan/phpstan-src@ab85120 Fixed issue with ArrayAccess stub
    phpstan/phpstan-src@7cba983 Sort errors in AnalyserResult, it will be sorted in more places
    phpstan/phpstan-src@c9df2f4 Fix reporting unmatched ignored error from path that wasn't analysed
    phpstan/phpstan-src@14f702d Additional test
    phpstan/phpstan-src@195bb00 Fix bcdiv return
    phpstan/phpstan-src@be8ff32 Fix other bc* function types
    phpstan/phpstan-src@f4a9d5f Dedicated CLI option --generate-baseline with improved DX
    ondrejmirtes committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    1ce27fe View commit details
    Browse the repository at this point in the history
Loading