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.15
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.16
Choose a head ref
  • 9 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 16, 2020

  1. Updated PHPStan to commit 5a032f6

    phpstan/phpstan-src@5a032f6 Result cache - use lazy callback for errors array in case older PHPStan gets handed newer result cache
    ondrejmirtes committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    f0d7708 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Updated PHPStan to commit 19482b7

    phpstan/phpstan-src@19482b7 Arrow function return type inference
    ondrejmirtes committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d702cdf View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 337fbee

    phpstan/phpstan-src@337fbee Fix is_numeric issues
    ondrejmirtes committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4381416 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit a44bad9

    phpstan/phpstan-src@a44bad9 Fix property_exists issues
    ondrejmirtes committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    5ffe7d0 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 3b64b12

    phpstan/phpstan-src@3b64b12 Fixed iterable<T> vs. empty constant array
    ondrejmirtes committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    9fde74a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dd7579 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52dd444 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5478bf6 View commit details
    Browse the repository at this point in the history
  8. PHPStan 0.12.16

    phpstan/phpstan-src@6f4f02b Run PHPStan with result cache on Windows too, upload result cache as artifact
    phpstan/phpstan-src@2391a87 Sort PHP extensions
    phpstan/phpstan-src@9b89a74 Test - try higher memory limit because of Windows build
    phpstan/phpstan-src@f529257 realpath for config file paths
    phpstan/phpstan-src@e1510d8 Higher memory limit for tests on Windows
    phpstan/phpstan-src@9e440a8 Normalize all the paths!
    phpstan/phpstan-src@fa9a634 Does this fixes it?
    phpstan/phpstan-src@0e8318a Revert "Does this fixes it?"
    phpstan/phpstan-src@18830ed Per-OS result cache
    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
    ondrejmirtes committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    766dd42 View commit details
    Browse the repository at this point in the history
Loading