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

Commits on May 10, 2020

  1. Updated PHPStan to commit a5beb06

    phpstan/phpstan-src@a5beb06 Fixed IncompatibleDefaultParameterTypeRule
    ondrejmirtes committed May 10, 2020
    Configuration menu
    Copy the full SHA
    870c7d5 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 55c8a14

    phpstan/phpstan-src@55c8a14 Fixed assigning to arrays with optional keys
    ondrejmirtes committed May 10, 2020
    Configuration menu
    Copy the full SHA
    065590d View commit details
    Browse the repository at this point in the history
  3. PHPStan 0.12.25

    phpstan/phpstan-src@e625228 Fixed "Call to a member function `resolveMixinTags()` on null"`
    phpstan/phpstan-src@0baf6de Updated phpdoc-parser
    phpstan/phpstan-src@70e559b Reduce the number of unprefixed whitelisted functions in the PHAR
    phpstan/phpstan-src@8c4f05c Fix SNMP data types & optional parameters
    phpstan/phpstan-src@2cbc090 Fix test
    phpstan/phpstan-src@83e74bf Fix
    phpstan/phpstan-src@518302d Add \SNMP public properties
    phpstan/phpstan-src@6848044 Fix
    phpstan/phpstan-src@ce0bc46 Update phpdoc-parser with multiline generics
    phpstan/phpstan-src@7747262 Fix removeTypeFromExpression()
    phpstan/phpstan-src@5593300 Unified Type::equals()
    phpstan/phpstan-src@cc1c23e ErrorType - lock down constructor
    phpstan/phpstan-src@0a1e2d3 Template types aren't subtractable
    phpstan/phpstan-src@2d2b9d8 Fix
    phpstan/phpstan-src@1cbbde0 Fix
    phpstan/phpstan-src@8bda796 Change representation of ConstantArrayType with optional keys
    phpstan/phpstan-src@bfe2003 ConstantArrayType::getAllArrays() optimizations
    phpstan/phpstan-src@8cee183 Array shapes regression tests
    phpstan/phpstan-src@b58d311 One more test
    phpstan/phpstan-src@b5a6597 Add config option to exclude mixin classes
    phpstan/phpstan-src@dfe3019 Add a more precise return type for date_get_last_errors
    phpstan/phpstan-src@e96473d Updated README
    phpstan/phpstan-src@6fa7b67 PHPUnit - avoid XdebugHandler
    phpstan/phpstan-src@1227cca PHPCS - ignore tests cache
    phpstan/phpstan-src@5f5a58e Merge inherited PHPDocs
    phpstan/phpstan-src@320ffc0 Get rid of cloning
    phpstan/phpstan-src@71d5257 Get rid of ClassReflection::requireFileName()
    phpstan/phpstan-src@8cfb147 Reworked InvalidThrowsPhpDocValueRule without NodeScopeResolver
    phpstan/phpstan-src@5d602c5 Not sure about this
    phpstan/phpstan-src@b86f3a4 Reworked tests
    phpstan/phpstan-src@a3b0f67 Removed dead code
    phpstan/phpstan-src@f683b34 Test inheriting generic property types
    phpstan/phpstan-src@f6fd473 Get rid of cloning in ResolvedPhpDocBlock
    phpstan/phpstan-src@3eb6e79 Fix nextAutoIndex in getAllArrays()
    phpstan/phpstan-src@0a992c2 Fix ArrayType::castToArrayKeyType() for template types
    phpstan/phpstan-src@890e829 Fix writing arrays array value type
    phpstan/phpstan-src@3e8ad90 Restored how levels work with array issues
    phpstan/phpstan-src@a36843e Fixed in_array() with non-empty arrays
    phpstan/phpstan-src@a0f82eb Do not show `inferPrivatePropertyTypeFromConstructor` tip for green build
    phpstan/phpstan-src@a772544 Revert "Do not show `inferPrivatePropertyTypeFromConstructor` tip for green build"
    phpstan/phpstan-src@6b89297 Different `@throws` inheritDoc merging
    phpstan/phpstan-src@5d64483 Fixed assigning nested arrays
    phpstan/phpstan-src@b803293 InvalidThrowsPhpDocValueRule - do not report inherited PHPDocs
    phpstan/phpstan-src@9a7ce62 Test merged inherited `@throws`
    phpstan/phpstan-src@b31b9d8 Removed tip about `inferPrivatePropertyTypeFromConstructor``
    phpstan/phpstan-src@f6cca85 Fix
    phpstan/phpstan-src@dfd3c63 PDO statement stub
    phpstan/phpstan-src@a66d6b1 2914 Fix a test
    phpstan/phpstan-src@a5beb06 Fixed IncompatibleDefaultParameterTypeRule
    phpstan/phpstan-src@55c8a14 Fixed assigning to arrays with optional keys
    ondrejmirtes committed May 10, 2020
    Configuration menu
    Copy the full SHA
    9619551 View commit details
    Browse the repository at this point in the history
Loading