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

Commits on Oct 23, 2024

  1. Updated PHPStan to commit 11e0ab6

    phpstan/phpstan-src@11e0ab6 Remove unnecessary `instanceof ConstantBooleanType` in loop analysis
    phpstan-bot committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    11e0ab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Updated PHPStan to commit 34fb83d

    phpstan/phpstan-src@a07996a OffsetAccessValueAssignmentRule optimization for huge arrays
    phpstan/phpstan-src@1a0099d NodeScopeResolver - refactoring before optimization
    phpstan/phpstan-src@53a1554 processAssignVar optimization for arrays
    phpstan/phpstan-src@537c12c Fix performance issue with big appended arrays
    phpstan/phpstan-src@c04555b Another micro optimization
    phpstan/phpstan-src@4dfbe16 Optimization of huge unions of oversized arrays
    phpstan/phpstan-src@61c1c85 Fix CS
    phpstan/phpstan-src@34fb83d Revert "processAssignVar optimization for arrays"
    phpstan-bot committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    34fb83d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c54b257 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit a960f74

    phpstan/phpstan-src@16f63b3 processAssignVar optimization for arrays
    phpstan/phpstan-src@deef919 Avoid new HasOffsetValueType being intersected with oversized array
    phpstan/phpstan-src@a960f74 Regression test
    phpstan-bot committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a960f74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7869053 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Updated PHPStan to commit 277e34b

    phpstan/phpstan-src@f361e35 Update crate-ci/typos action to v1.26.8
    phpstan/phpstan-src@277e34b Exclude E_DEPRECATED from error_reporting
    phpstan-bot committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    277e34b View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 8fbcf5b

    phpstan/phpstan-src@8fbcf5b More precise types in immediately invoked callables
    phpstan-bot committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8fbcf5b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Updated PHPStan to commit 5950910

    phpstan/phpstan-src@d5486cd Update github-actions
    phpstan/phpstan-src@5950910 Add `@api` to TypeExpr
    phpstan-bot committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5950910 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Updated PHPStan to commit 5f064dd

    phpstan/phpstan-src@5f064dd More precise types in immediately invoked callables
    phpstan-bot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5f064dd View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit a7628e2

    phpstan/phpstan-src@a7628e2 Split ArrayFilterFunctionReturnTypeExtension to Helper
    phpstan-bot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a7628e2 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 3f8c27d

    phpstan/phpstan-src@88b12f8 Introduce `UnionType::filterTypes`
    phpstan/phpstan-src@3f8c27d Imagick::writeImage(s)File supporting `format` parameter
    phpstan-bot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3f8c27d View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 9798bd4

    phpstan/phpstan-src@9798bd4 Add ArrayFindFunctionReturnTypeExtension
    phpstan-bot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9798bd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Updated PHPStan to commit d9b383f

    phpstan/phpstan-src@13798c2 Only use last for condition to filter scope
    phpstan/phpstan-src@d9b383f Make ArrayFindArgVisitor supports array_any() and array_all()
    phpstan-bot committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d9b383f View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit d999117

    phpstan/phpstan-src@d999117 Preserve correct UnionType subclass in `filterTypes()`
    phpstan-bot committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d999117 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 6dcda72

    phpstan/phpstan-src@6dcda72 Do not transform `$this` in return type even in final classes
    phpstan-bot committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6dcda72 View commit details
    Browse the repository at this point in the history
  4. PHPStan 1.12.8

    phpstan-bot committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f6a60a4 View commit details
    Browse the repository at this point in the history
Loading