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

Commits on Aug 5, 2020

  1. Updated PHPStan to commit 916d540

    phpstan/phpstan-src@916d540 Added Teamcity Error Formatter
    ondrejmirtes committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    686c860 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Updated PHPStan to commit dfba4eb

    phpstan/phpstan-src@dfba4eb Do not exclude Windows on PHP 8 anymore, PHPUnit 9.3 is released
    ondrejmirtes committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    eab3586 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit f3e9365

    phpstan/phpstan-src@f3e9365 Fix to current nette/di master
    ondrejmirtes committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b639e76 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit dede413

    phpstan/phpstan-src@dede413 Access token no longer needed
    ondrejmirtes committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    197597e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5765851 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit 7336df1

    phpstan/phpstan-src@f419ec3 Update nette/utils
    phpstan/phpstan-src@7336df1 Escape special nette/di characters in BaselineNeonErrorFormatter
    ondrejmirtes committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    3f76712 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Bump prismjs from 1.20.0 to 1.21.0 in /website

    Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
    - [Release notes](https://github.com/PrismJS/prism/releases)
    - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
    - [Commits](PrismJS/prism@v1.20.0...v1.21.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ondrejmirtes committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    092d6e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Updated PHPStan to commit 71013bc

    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
    ondrejmirtes committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    6e1c928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4acdcca View commit details
    Browse the repository at this point in the history
  3. PHPStan 0.12.37

    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
    phpstan/phpstan-src@916d540 Added Teamcity Error Formatter
    phpstan/phpstan-src@dfba4eb Do not exclude Windows on PHP 8 anymore, PHPUnit 9.3 is released
    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
    ondrejmirtes committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    5e16d83 View commit details
    Browse the repository at this point in the history
Loading