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

Commits on Jun 16, 2023

  1. Updated PHPStan to commit b735b66

    phpstan/phpstan-src@b735b66 Remove redundant conditions from RemoveUnusedCodeByPhpVersionIdVisitor.
    phpstan-bot committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b735b66 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Updated PHPStan to commit 77bfdc5

    phpstan/phpstan-src@77bfdc5 Return early in CachingVistor to avoid always-false instanceof checks.
    phpstan-bot committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    77bfdc5 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit f1cc53a

    phpstan/phpstan-src@f1cc53a Treat ConstantArrayType as covariant in its keys and values
    phpstan-bot committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f1cc53a View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 5a1a6af

    phpstan/phpstan-src@5a1a6af Treat ArrayType as covariant in its keys and values
    phpstan-bot committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    5a1a6af View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Updated PHPStan to commit 92deb3f

    phpstan/phpstan-src@92deb3f Make `NonEmptyArrayType::toArray()` return `$this`
    phpstan-bot committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    92deb3f View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 1f421d4

    phpstan/phpstan-src@1f421d4 Retain list type via `array_push()` and `array_unshift()`
    phpstan-bot committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    1f421d4 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit b551095

    phpstan/phpstan-src@b551095 For `@var` above throw and return, change the type of expr only for the stmt callback
    phpstan-bot committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b551095 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 3179c15

    phpstan/phpstan-src@3179c15 Change Cloudflare DNS to family version
    phpstan-bot committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    3179c15 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Updated PHPStan to commit 65ff783

    phpstan/phpstan-src@65ff783 Add `non-zero-int` type
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    65ff783 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit b5cf52b

    phpstan/phpstan-src@175307e Introduce CombinationsHelper
    phpstan/phpstan-src@7912caf `Type::getFiniteTypes()`
    phpstan/phpstan-src@fa9a951 Use getFiniteTypes() in some places
    phpstan/phpstan-src@b5cf52b Use `Type::getFiniteTypes()` for removing types
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b5cf52b View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 0cdda0b

    phpstan/phpstan-src@0cdda0b Allow to remember constant and impure expressions in match condition
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0cdda0b View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit e4ef00c

    phpstan/phpstan-src@95eb68f Fix build
    phpstan/phpstan-src@6d152ae Fix build
    phpstan/phpstan-src@b4a6eb4 Regression tests
    phpstan/phpstan-src@e4ef00c Fix `gettype` in match expression
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e4ef00c View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit 106526d

    phpstan/phpstan-src@106526d Fix `get_class` in match expression
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    106526d View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit aa66b84

    phpstan/phpstan-src@590eb03 Understand `get_class` compared with `static::class`
    phpstan/phpstan-src@36e412f Understand `gettype` when there's a union of strings on the other side
    phpstan/phpstan-src@27666b9 Get rid of some technical debt
    phpstan/phpstan-src@aa66b84 implement gettype() return type extension
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    aa66b84 View commit details
    Browse the repository at this point in the history
  7. Updated PHPStan to commit caa0a5b

    phpstan/phpstan-src@caa0a5b Fix gettype in match
    phpstan-bot committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    caa0a5b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Updated PHPStan to commit 21b5365

    phpstan/phpstan-src@21b5365 Update PhpStorm stubs
    phpstan-bot committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    21b5365 View commit details
    Browse the repository at this point in the history
  2. PHPStan 1.10.20

    phpstan-bot committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c4c8adb View commit details
    Browse the repository at this point in the history
Loading