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.35
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.36
Choose a head ref
  • 10 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 5, 2020

  1. Updated PHPStan to commit e964816

    phpstan/phpstan-src@8188304 Update BetterReflection - fixes bug with namespaced constants
    phpstan/phpstan-src@e964816 Prevent internal error in case of unknown constant
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    a698b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4ba7e View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit e72ef39

    phpstan/phpstan-src@e72ef39 Introduced NodeConnectingVisitor to be able to look around the current node in rules
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    25613f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    464fd76 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit 11ef998

    phpstan/phpstan-src@11ef998 Fix detecting unused property from class used in trait
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e8a4ec9 View commit details
    Browse the repository at this point in the history
  6. Bump littlefoot from 3.3.2 to 3.4.0 in /website

    Bumps [littlefoot](https://github.com/goblindegook/littlefoot) from 3.3.2 to 3.4.0.
    - [Release notes](https://github.com/goblindegook/littlefoot/releases)
    - [Changelog](https://github.com/goblindegook/littlefoot/blob/master/CHANGELOG.md)
    - [Commits](goblindegook/littlefoot@v3.3.2...v3.4.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bf91576 View commit details
    Browse the repository at this point in the history
  7. Updated PHPStan to commit 7c4f331

    phpstan/phpstan-src@7c4f331 Add support for @phpstan-throws
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    09618c2 View commit details
    Browse the repository at this point in the history
  8. Updated PHPStan to commit f7d2d75

    phpstan/phpstan-src@f7d2d75 generics: disallow variance definition other than in class or interface
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8c34995 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34d7f91 View commit details
    Browse the repository at this point in the history
  10. PHPStan 0.12.36

    phpstan/phpstan-src@542238a Detect cache saving error
    phpstan/phpstan-src@a23f808 Allowing null as limit for mb_strcut
    phpstan/phpstan-src@a1b6d4a Bump actions/upload-artifact from 2.1.0 to v2.1.1
    phpstan/phpstan-src@c34c521 Fix build
    phpstan/phpstan-src@c8cb1ca proc_get_status can also return false
    phpstan/phpstan-src@e8c479d proc_get_status return type: use array shape according to doc
    phpstan/phpstan-src@48e29ab Fix build
    phpstan/phpstan-src@f8b67d0 Simplification
    phpstan/phpstan-src@a16fc45 Compatibility with PHP 8
    phpstan/phpstan-src@a0cc874 Remove caching dependencies in jobs with composer:v2
    phpstan/phpstan-src@c05f8de Try Composer v1
    phpstan/phpstan-src@1f82f97 Revert "Try Composer v1"
    phpstan/phpstan-src@012ea82 Possible fix
    phpstan/phpstan-src@ef8206b Consider condition result hasYield ...
    phpstan/phpstan-src@8a0dec1 Handle yield in for
    phpstan/phpstan-src@f1c28b2 Support yield in do condition
    phpstan/phpstan-src@c2bab86 yield in foreach
    phpstan/phpstan-src@d4c5dcb Rename variable
    phpstan/phpstan-src@2d035a9 Handle yield in `if`
    phpstan/phpstan-src@412cc04 yield in switch
    phpstan/phpstan-src@af9f4e2 Revert automatic CS fix
    phpstan/phpstan-src@153c874 Fix missing method Generator::throw()
    phpstan/phpstan-src@643646a Fix anonymous class with PHPDoc
    phpstan/phpstan-src@fb1926c Debug Composer problem
    phpstan/phpstan-src@b758775 Possibly Fix Composer problem
    phpstan/phpstan-src@58013fe Fix Composer problem
    phpstan/phpstan-src@5a3deae Updated nikic/php-parser to 4.7.0
    phpstan/phpstan-src@535c0e2 Stop using fork of nette/utils
    phpstan/phpstan-src@353cb01 Fixed parent class of ParseError on PHP < 7.3
    phpstan/phpstan-src@d3044ee Fix unknown constants as default parameter values
    phpstan/phpstan-src@8d84146 Correct return types for odbc_connect() and odbc_prepare()
    phpstan/phpstan-src@cdbed86 Private __clone method isn't considered unused
    phpstan/phpstan-src@5958c29 Do not report unused private methods/properties in traits
    phpstan/phpstan-src@4cad0c6 Fix anonymous class that extends the outer class
    phpstan/phpstan-src@6d81881 Fix infinite loop
    phpstan/phpstan-src@a4fca58 Fix build
    phpstan/phpstan-src@d391c8e Cleanup build
    phpstan/phpstan-src@5b4cd94 Fix build
    phpstan/phpstan-src@eadc82c Composer snapshot
    phpstan/phpstan-src@8dc129a Updated setup-php action
    phpstan/phpstan-src@aa34bd1 Fix to current nette/di master
    phpstan/phpstan-src@8188304 Update BetterReflection - fixes bug with namespaced constants
    phpstan/phpstan-src@e964816 Prevent internal error in case of unknown constant
    phpstan/phpstan-src@e72ef39 Introduced NodeConnectingVisitor to be able to look around the current node in rules
    phpstan/phpstan-src@f368080 Fix build
    phpstan/phpstan-src@11ef998 Fix detecting unused property from class used in trait
    phpstan/phpstan-src@2049575 Less memory-hungry BetterReflection
    phpstan/phpstan-src@7c4f331 Add support for @phpstan-throws
    phpstan/phpstan-src@f7d2d75 generics: disallow variance definition other than in class or interface
    phpstan/phpstan-src@51c0897 Exclude job
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    eaeff98 View commit details
    Browse the repository at this point in the history
Loading