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

Commits on Aug 24, 2020

  1. Updated PHPStan to commit 7f04f75

    phpstan/phpstan-src@7f04f75 Fix `is_numeric()` filtering in truthy condition
    ondrejmirtes committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    c99ed24 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Updated PHPStan to commit 1d27c61

    phpstan/phpstan-src@1d27c61 Introduce AccessoryNumericStringType
    ondrejmirtes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    cd2c84c View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 1a4f50f

    ondrejmirtes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    25e59cc View commit details
    Browse the repository at this point in the history
  3. Update phpdoc-types.md

    ondrejmirtes authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5e41b85 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 91dc935

    phpstan/phpstan-src@fd45885 UnionType - do not put parentheses around IntersectionType if parts of it are hidden
    phpstan/phpstan-src@9c5728d Fix is_numeric()
    phpstan/phpstan-src@a74a300 numeric-string in array leads to integer key type
    phpstan/phpstan-src@91dc935 More verbose type descriptions in case of numeric-string
    ondrejmirtes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    5a18ceb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40800c5 View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit 1053ee7

    phpstan/phpstan-src@1053ee7 `date` function can sometimes return numeric string
    ondrejmirtes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e31c2d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13d371b View commit details
    Browse the repository at this point in the history
  8. Updated Rector

    ondrejmirtes committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    831d863 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5039693 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Updated PHPStan to commit c393a1f

    phpstan/phpstan-src@d7f9e90 nodeCallback is callable, not \Closure
    phpstan/phpstan-src@c9678cd Optimized memory consumption
    phpstan/phpstan-src@f3d0845 Removed irrelevant functionality
    phpstan/phpstan-src@c393a1f Original memory limit
    ondrejmirtes committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    231cf3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5567faf View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 4182e35

    phpstan/phpstan-src@4182e35 Backwards compatibility - remove Type::isNumericString()
    ondrejmirtes committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9d72a43 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 99b47ff

    phpstan/phpstan-src@ba40208 Cut memory consumption
    phpstan/phpstan-src@58c2fef Little tuning
    phpstan/phpstan-src@4eeed44 Less RAM should be fine now
    phpstan/phpstan-src@99b47ff Fix edge-case with anonymous class
    ondrejmirtes committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    9762f9f View commit details
    Browse the repository at this point in the history
  5. PHPStan 0.12.40

    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
    phpstan/phpstan-src@7f04f75 Fix `is_numeric()` filtering in truthy condition
    phpstan/phpstan-src@1d27c61 Introduce AccessoryNumericStringType
    phpstan/phpstan-src@1a4f50f Update README.md
    phpstan/phpstan-src@fd45885 UnionType - do not put parentheses around IntersectionType if parts of it are hidden
    phpstan/phpstan-src@9c5728d Fix is_numeric()
    phpstan/phpstan-src@a74a300 numeric-string in array leads to integer key type
    phpstan/phpstan-src@91dc935 More verbose type descriptions in case of numeric-string
    phpstan/phpstan-src@25da584 Fix build
    phpstan/phpstan-src@1053ee7 `date` function can sometimes return numeric string
    phpstan/phpstan-src@d7f9e90 nodeCallback is callable, not \Closure
    phpstan/phpstan-src@c9678cd Optimized memory consumption
    phpstan/phpstan-src@f3d0845 Removed irrelevant functionality
    phpstan/phpstan-src@c393a1f Original memory limit
    phpstan/phpstan-src@644f846 Fix build
    phpstan/phpstan-src@4182e35 Backwards compatibility - remove Type::isNumericString()
    phpstan/phpstan-src@ba40208 Cut memory consumption
    phpstan/phpstan-src@58c2fef Little tuning
    phpstan/phpstan-src@4eeed44 Less RAM should be fine now
    phpstan/phpstan-src@99b47ff Fix edge-case with anonymous class
    ondrejmirtes committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    dce7293 View commit details
    Browse the repository at this point in the history
Loading