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

Commits on Jul 30, 2020

  1. Updated PHPStan to commit 535c0e2

    phpstan/phpstan-src@535c0e2 Stop using fork of nette/utils
    ondrejmirtes committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    8c04e09 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Updated PHPStan to commit 353cb01

    phpstan/phpstan-src@353cb01 Fixed parent class of ParseError on PHP < 7.3
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    a7c3be1 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit d3044ee

    phpstan/phpstan-src@d3044ee Fix unknown constants as default parameter values
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    eb11e24 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 8d84146

    phpstan/phpstan-src@8d84146 Correct return types for odbc_connect() and odbc_prepare()
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    0be380d View commit details
    Browse the repository at this point in the history
  4. Bump autoprefixer from 9.8.5 to 9.8.6 in /website

    Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.5 to 9.8.6.
    - [Release notes](https://github.com/postcss/autoprefixer/releases)
    - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
    - [Commits](postcss/autoprefixer@9.8.5...9.8.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    433e752 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit cdbed86

    phpstan/phpstan-src@cdbed86 Private __clone method isn't considered unused
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    6cae641 View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit 5958c29

    phpstan/phpstan-src@5958c29 Do not report unused private methods/properties in traits
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    510b760 View commit details
    Browse the repository at this point in the history
  7. Updated PHPStan to commit 4cad0c6

    phpstan/phpstan-src@4cad0c6 Fix anonymous class that extends the outer class
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    884ca67 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6a9c67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9371b0 View commit details
    Browse the repository at this point in the history
  10. Updated PHPStan to commit eadc82c

    phpstan/phpstan-src@eadc82c Composer snapshot
    ondrejmirtes committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    61b9188 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Composer snapshot

    ondrejmirtes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    501b1d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22d1127 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 8dc129a

    phpstan/phpstan-src@8dc129a Updated setup-php action
    ondrejmirtes committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    2a4a300 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Bump tailwindcss from 1.6.0 to 1.6.2 in /website

    Bumps [tailwindcss](https://github.com/tailwindcss/tailwindcss) from 1.6.0 to 1.6.2.
    - [Release notes](https://github.com/tailwindcss/tailwindcss/releases)
    - [Commits](tailwindlabs/tailwindcss@v1.6.0...v1.6.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ondrejmirtes committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4bb16ff View commit details
    Browse the repository at this point in the history
  2. PHPStan 0.12.35

    phpstan/phpstan-src@5755334 bleedingEdge flag so that other extensions ask ask about it
    phpstan/phpstan-src@0d5d40a Fixed build
    phpstan/phpstan-src@4d03594 Reworded the new unused constant/property/method rules
    phpstan/phpstan-src@5988167 Fix build
    phpstan/phpstan-src@4e5a697 Test useful example with class-level template type T and static method
    phpstan/phpstan-src@f9ee84b Fix date_time_set function signature
    phpstan/phpstan-src@d235195 Read targeted PHP version from composer.json's config.platform.php (bleeding edge)
    phpstan/phpstan-src@acb9d70 Fix build
    phpstan/phpstan-src@aa38695 `@mixin` above classes with `__callStatic()` creates static methods
    phpstan/phpstan-src@262694d PDO::exec could also return false
    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
    ondrejmirtes committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    5230eb3 View commit details
    Browse the repository at this point in the history
Loading