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

Commits on Nov 15, 2020

  1. Updated PHPStan to commit 19703d4

    phpstan/phpstan-src@5ab5201 Disallow named arguments on PHP < 8.0
    phpstan/phpstan-src@19703d4 Named arguments - cannot use positional after named
    ondrejmirtes committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    bc072e0 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 4d56963

    phpstan/phpstan-src@4d56963 Named arguments continued
    ondrejmirtes committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    607ad24 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit c8eaa31

    phpstan/phpstan-src@707beed Named arguments - unknown parameter
    phpstan/phpstan-src@c8eaa31 CallableType - fix parameter name
    ondrejmirtes committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    f7e5680 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Updated PHPStan to commit 0524fb5

    phpstan/phpstan-src@65e4cec Named arguments - type mismatch
    phpstan/phpstan-src@8827841 Named arguments - test optional parameter
    phpstan/phpstan-src@c507ae2 FunctionCallParametersCheck - argument errors reported on more precise lines
    phpstan/phpstan-src@8283c71 Named arguments - check variadics
    phpstan/phpstan-src@0524fb5 Parallel analysis - attempt to fix UTF-8 error
    ondrejmirtes committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    27b6713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae0def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c12fe53 View commit details
    Browse the repository at this point in the history
  4. PHPStan 0.12.56

    phpstan/phpstan-src@b662980 Debugging messages for parallel analysis
    phpstan/phpstan-src@1fd761d Listen to error on Encoder
    phpstan/phpstan-src@95101a0 More parallel debugging
    phpstan/phpstan-src@14928bf WorkerCommad - return non-zero exit code if an error occured
    phpstan/phpstan-src@9876c0c NullsafeMethodCallRule to check nullsafe operator on non-nullable expression
    phpstan/phpstan-src@a72aea6 NullsafePropertyFetchRule to check nullsafe operator on non-nullable expression
    phpstan/phpstan-src@c3bb2c4 NullCoalesceRule - test that nothing is reported on nullsafe operator
    phpstan/phpstan-src@53e193b ReadingWriteOnlyPropertiesRuleTest - test with nullsafe
    phpstan/phpstan-src@2444b4b VariableCertaintyInIssetRule - fix for nullsafe
    phpstan/phpstan-src@023cc70 Fix null coalesce nullsafe in AccessPropertiesRule
    phpstan/phpstan-src@450592c OffsetAccessWithoutDimForReadingRule cannot be ignored
    phpstan/phpstan-src@fa8a365 Updated jetbrains/phpstorm-stubs
    phpstan/phpstan-src@c5781b1 Update functionMap for PHP 8
    phpstan/phpstan-src@3616400 Revert "Debugging messages for parallel analysis"
    phpstan/phpstan-src@456f443 Detect parameter type widening violation before PHP 7.2
    phpstan/phpstan-src@973fe50 Improve comparison operators
    phpstan/phpstan-src@458843e Fix IntegerRangeType overflowing
    phpstan/phpstan-src@92609ad Add missing pre/post inc/dec type specifiers in conditions
    phpstan/phpstan-src@128492d ceil() never returns int
    phpstan/phpstan-src@9afec60 Map phpDoc parameter names for native methods because stub parameter names might be different
    phpstan/phpstan-src@1639213 Check also AssignRef in all assignment rules
    phpstan/phpstan-src@09d18c0 Introducing BytesHelper
    phpstan/phpstan-src@29f8938 Running with `--debug -vvv` will show how much memory each file consumes
    phpstan/phpstan-src@44f377c Check nullsafe on left side of `=`
    phpstan/phpstan-src@4e76423 Check other non-assignable expressions on left side of `=`
    phpstan/phpstan-src@92e3c5a Check nullsafe on right side of =&
    phpstan/phpstan-src@007ab77 Fix build
    phpstan/phpstan-src@62f6b54 Fix build
    phpstan/phpstan-src@32ca405 Fix build
    phpstan/phpstan-src@56471f6 UnsetCastRule
    phpstan/phpstan-src@cfc0fa7 Fix build
    phpstan/phpstan-src@23358d8 Refactoring - NullsafeCheck
    phpstan/phpstan-src@6c3bf6b Check nullsafe passed by reference
    phpstan/phpstan-src@38daf37 Arrow function - check nullsafe returned by ref
    phpstan/phpstan-src@b4e9e9e Check closure/function/method returning nullsafe by ref
    phpstan/phpstan-src@5ab5201 Disallow named arguments on PHP < 8.0
    phpstan/phpstan-src@19703d4 Named arguments - cannot use positional after named
    phpstan/phpstan-src@4d56963 Named arguments continued
    phpstan/phpstan-src@707beed Named arguments - unknown parameter
    phpstan/phpstan-src@c8eaa31 CallableType - fix parameter name
    phpstan/phpstan-src@63de0e8 Fix internal error
    phpstan/phpstan-src@2732c60 Fix build
    phpstan/phpstan-src@dcdfcfa FunctionCallParametersCheck - sprintf refactoring
    phpstan/phpstan-src@65e4cec Named arguments - type mismatch
    phpstan/phpstan-src@8827841 Named arguments - test optional parameter
    phpstan/phpstan-src@c507ae2 FunctionCallParametersCheck - argument errors reported on more precise lines
    phpstan/phpstan-src@8283c71 Named arguments - check variadics
    phpstan/phpstan-src@0524fb5 Parallel analysis - attempt to fix UTF-8 error
    phpstan/phpstan-src@f51dcd8 Fix build
    phpstan/phpstan-src@937d194 Fix CS
    ondrejmirtes committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    007fd5d View commit details
    Browse the repository at this point in the history
Loading