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.38
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.39
Choose a head ref
  • 16 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 19, 2020

  1. Updated PHPStan to commit 589ecdd

    phpstan/phpstan-src@589ecdd NoopRule - identifier and metadata
    ondrejmirtes committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    1d1ae52 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 15c0689

    phpstan/phpstan-src@15c0689 Updated StatementOrderVisitor
    ondrejmirtes committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3d5dad9 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit ba352de

    phpstan/phpstan-src@ba352de UnreachableTernaryElseBranchRule - identifier and metadata
    ondrejmirtes committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    4eb10a4 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit bf76ad9

    phpstan/phpstan-src@bf76ad9 TernaryOperatorConstantConditionRule - identifier and metadata
    ondrejmirtes committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    82c441e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Updated PHPStan to commit 2335152

    phpstan/phpstan-src@2335152 Support for phpstan and psaml prefixes on @method
    ondrejmirtes committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0396730 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit a13160d

    phpstan/phpstan-src@a13160d IfConstantConditionRule identifier and metadata
    ondrejmirtes committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    07960bb View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit bc4ca17

    ondrejmirtes committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    56681c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Updated PHPStan to commit 0632865

    phpstan/phpstan-src@0632865 Add SplObjectStorage stub
    ondrejmirtes committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    b7782cb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Updated PHPStan to commit e96481c

    phpstan/phpstan-src@b290a73 Add check the array is not empty
    phpstan/phpstan-src@e96481c Remove NonEmptyArrayType after unset()
    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    44f7ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    811555c View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 79bae4b

    phpstan/phpstan-src@79bae4b functionMap should not be prefixed in the PHAR
    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    4259329 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2475d3 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit 58a336f

    phpstan/phpstan-src@58a336f Keep benevolent union array key type with Foo[] after non-empty check
    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f928f6f View commit details
    Browse the repository at this point in the history
  6. Fix PHPUnit baseline

    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    bd24664 View commit details
    Browse the repository at this point in the history
  7. Updated PHPStan to commit 967b251

    phpstan/phpstan-src@967b251 Better BenevolentUnionType::isAcceptedBy() implementation
    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8c15ee2 View commit details
    Browse the repository at this point in the history
  8. PHPStan 0.12.39

    phpstan/phpstan-src@f3e9365 Fix to current nette/di master
    phpstan/phpstan-src@dede413 Access token no longer needed
    phpstan/phpstan-src@c5537e8 Fix
    phpstan/phpstan-src@f419ec3 Update nette/utils
    phpstan/phpstan-src@7336df1 Escape special nette/di characters in BaselineNeonErrorFormatter
    phpstan/phpstan-src@c734b28 Fix nette/di master
    phpstan/phpstan-src@65a74c6 Updated nikic/php-parser
    phpstan/phpstan-src@71013bc Update LexerFactory to take advantage of the new Emulative lexer capabilities
    phpstan/phpstan-src@50ea209 Fix build
    phpstan/phpstan-src@619517e Bump actions/checkout from v2.3.1 to v2.3.2
    phpstan/phpstan-src@f7ef20e Less Dependabot updates
    phpstan/phpstan-src@ff570e7 Fix nullables in DOMXPath
    phpstan/phpstan-src@73f7e73 Add support for the callable-string type
    phpstan/phpstan-src@19fab3f Fix internal error with an unknown interface
    phpstan/phpstan-src@efb11ec Property is also read for `??=` and other assign ops
    phpstan/phpstan-src@71c51e4 Test more cases related to bug #3636
    phpstan/phpstan-src@59e0117 Fix
    phpstan/phpstan-src@587ec84 Debug weird internal error
    phpstan/phpstan-src@17315cb Doc comment above class doesn't have to exist if it has a stub
    phpstan/phpstan-src@9f0abd7 Move functionMap files outside of src
    phpstan/phpstan-src@ca70ff0 PHAR compiler - preload src/ too
    phpstan/phpstan-src@5cc3bac Fix build
    phpstan/phpstan-src@80c6f00 Fix build
    phpstan/phpstan-src@a176c83 Skip src/Testing from the preload script
    phpstan/phpstan-src@422bfe7 Revert "Debug weird internal error"
    phpstan/phpstan-src@ebd2cbd Update nette/di
    phpstan/phpstan-src@9e36f8d Do not remove Paratest when updating PHPUnit
    phpstan/phpstan-src@4081f12 Revert "Do not remove Paratest when updating PHPUnit"
    phpstan/phpstan-src@ad7dce2 min() and max() may return false if array size could be zero
    phpstan/phpstan-src@fbf5a29 Update setup-php
    phpstan/phpstan-src@379941f Pin major versions for GitHub Actions
    phpstan/phpstan-src@4b33bd9 StatementOrderVisitor
    phpstan/phpstan-src@f5d16c1 UnreachableStatementRule - identifier and metadata
    phpstan/phpstan-src@96f896e DeadCatchRule - identifier and metadata
    phpstan/phpstan-src@05b6a54 Updated nikic/php-parser
    phpstan/phpstan-src@75ff705 Support for static return type
    phpstan/phpstan-src@589ecdd NoopRule - identifier and metadata
    phpstan/phpstan-src@15c0689 Updated StatementOrderVisitor
    phpstan/phpstan-src@ba352de UnreachableTernaryElseBranchRule - identifier and metadata
    phpstan/phpstan-src@bf76ad9 TernaryOperatorConstantConditionRule - identifier and metadata
    phpstan/phpstan-src@2335152 Support for phpstan and psaml prefixes on @method
    phpstan/phpstan-src@a13160d IfConstantConditionRule identifier and metadata
    phpstan/phpstan-src@bc4ca17 Remove dead rule
    phpstan/phpstan-src@0632865 Add SplObjectStorage stub
    phpstan/phpstan-src@b290a73 Add check the array is not empty
    phpstan/phpstan-src@e96481c Remove NonEmptyArrayType after unset()
    phpstan/phpstan-src@79bae4b functionMap should not be prefixed in the PHAR
    phpstan/phpstan-src@9cc33cb Try more RAM
    phpstan/phpstan-src@58a336f Keep benevolent union array key type with Foo[] after non-empty check
    phpstan/phpstan-src@967b251 Better BenevolentUnionType::isAcceptedBy() implementation
    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f970cab View commit details
    Browse the repository at this point in the history
Loading