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: 776c805
Choose a base ref
...
head repository: phpstan/phpstan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d03863f
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 25, 2020

  1. Bump littlefoot from 3.3.0 to 3.3.1 in /website

    Bumps [littlefoot](https://github.com/goblindegook/littlefoot) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/goblindegook/littlefoot/releases)
    - [Changelog](https://github.com/goblindegook/littlefoot/blob/master/CHANGELOG.md)
    - [Commits](goblindegook/littlefoot@v3.3.0...v3.3.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ondrejmirtes committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    37f4c78 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Updated PHPStan to commit 37e65a4

    phpstan/phpstan-src@37e65a4 Update dealerdirect/phpcodesniffer-composer-installer requirement
    ondrejmirtes committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a91dd4b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Updated PHPStan to commit 6905d66

    phpstan/phpstan-src@6905d66 Check leading and trailing file whitespace and BOM
    ondrejmirtes committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    598dcb4 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit f61f3f9

    phpstan/phpstan-src@f61f3f9 Fix not-whitespace HTML
    ondrejmirtes committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    7245443 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Updated PHPStan to commit 123ffab

    phpstan/phpstan-src@1a3911b Add Formatter for GitHub Actions
    phpstan/phpstan-src@7d9bb8d Use github error-format in workflow
    phpstan/phpstan-src@d1177d7 Handle generic errors as anotations
    phpstan/phpstan-src@123ffab Handle warnings
    ondrejmirtes committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    26d35d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    2bbb87a View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 6fd85e3

    phpstan/phpstan-src@6e7d5f6 Simplify config - TableErrorFormatter can be autowired
    phpstan/phpstan-src@6fd85e3 Make GithubErrorFormatter the default when running in GitHub Actions
    ondrejmirtes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    74a2ea9 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit a21012d

    phpstan/phpstan-src@a21012d Fix handling unpacked argument with constant arrays
    ondrejmirtes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    cfd6878 View commit details
    Browse the repository at this point in the history
  4. Fix build

    ondrejmirtes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b5df33c View commit details
    Browse the repository at this point in the history
  5. PHPStan 0.12.32

    phpstan/phpstan-src@6767062 MutatingScope - remove forgotten var_dump
    phpstan/phpstan-src@ac6c634 Refactoring
    phpstan/phpstan-src@67dc203 Update actions/cache requirement to v2
    phpstan/phpstan-src@60c53e0 Bump actions/checkout from v2.2.0 to v2.3.0
    phpstan/phpstan-src@d240307 dbase-ext: DB-handle changed from int to resource
    phpstan/phpstan-src@6bcb400 dbase_open|dbase_create can also return false
    phpstan/phpstan-src@e6ba8a0 Single reflection file support
    phpstan/phpstan-src@6425cdf functionMap: narrow possible return values of openssl_verify()
    phpstan/phpstan-src@bf6921d Bump actions/checkout from v2.3.0 to v2.3.1
    phpstan/phpstan-src@b9f62d6 Remove hack of yaml highlighting for neon files
    phpstan/phpstan-src@0613451 Replicate behaviour from ThisVariableRule in DefinedVariableRule
    phpstan/phpstan-src@14b17a8 Remove obsolete ThisVariableRule
    phpstan/phpstan-src@1567d0f testFileAsserts - testing variable certainty support
    phpstan/phpstan-src@7ea7ce4 Cleanup thanks to maybe certainty for variables in root scope
    phpstan/phpstan-src@44f9d08 Override variable certainty in global scope with `@var`
    phpstan/phpstan-src@261cf18 Fix
    phpstan/phpstan-src@428c8e5 Support multiple doc comments above statement
    phpstan/phpstan-src@acf070f Updated PhpStorm stubs
    phpstan/phpstan-src@749f50b Loosen the requirements for the $function parameter of the register_shutdown_function function
    phpstan/phpstan-src@5e2ba1a implemented DuplicateDeclarationRule, fixes #3475
    phpstan/phpstan-src@9547231 added support for BitwiseNot operator
    phpstan/phpstan-src@5f5de22 InvalidUnaryOperationRule: added support for BitwiseNot operator
    phpstan/phpstan-src@24246f3 `treatPhpDocTypesAsCertain` is not necessary in BitwiseNot handling
    phpstan/phpstan-src@f8a6cf1 Debugging message for ShouldNotHappenException in OptimizedDirectorySourceLocator
    phpstan/phpstan-src@c8923b5 functionMap: ZipArchive::open() returns true on success, int (error code) on failure
    phpstan/phpstan-src@a59a83c Bump shivammathur/setup-php from 2.3.0 to 2.3.1
    phpstan/phpstan-src@423ed91 mysqli_stmt_fetch() and mysqli_stmt::fetch() can return NULL
    phpstan/phpstan-src@7546777 openssl_pkey_export() allows null for the passphrase
    phpstan/phpstan-src@cdf5b85 Fix enchant_broker_list_dicts() return type
    phpstan/phpstan-src@8390949 Subclasses of PDO are analysed using static reflection
    phpstan/phpstan-src@af183ec correct return value for PHP internal functions on failure
    phpstan/phpstan-src@47a76e3 Fix build
    phpstan/phpstan-src@4cbb589 Use composer.json reading just to locate functions
    phpstan/phpstan-src@73aede3 Fix return type & callback type hints for Redis::subscribe()
    phpstan/phpstan-src@1cd97b4 More cleanup
    phpstan/phpstan-src@e6dd87b Dive into a trait that starts on the same line as the one in the reflection
    phpstan/phpstan-src@1c63a78 Revert "More cleanup"
    phpstan/phpstan-src@37356d4 Revert "Use composer.json reading just to locate functions"
    phpstan/phpstan-src@3902d73 Skip AutoloadSourceLocator for unprefixed dependencies shipped in the PHAR
    phpstan/phpstan-src@2e61259 Attempt to load remaining classes after skipping them in ClassBlacklistSourceLocator if they're not in Composer paths
    phpstan/phpstan-src@37e65a4 Update dealerdirect/phpcodesniffer-composer-installer requirement
    phpstan/phpstan-src@6905d66 Check leading and trailing file whitespace and BOM
    phpstan/phpstan-src@f61f3f9 Fix not-whitespace HTML
    phpstan/phpstan-src@1a3911b Add Formatter for GitHub Actions
    phpstan/phpstan-src@7d9bb8d Use github error-format in workflow
    phpstan/phpstan-src@d1177d7 Handle generic errors as anotations
    phpstan/phpstan-src@123ffab Handle warnings
    phpstan/phpstan-src@6e7d5f6 Simplify config - TableErrorFormatter can be autowired
    phpstan/phpstan-src@6fd85e3 Make GithubErrorFormatter the default when running in GitHub Actions
    phpstan/phpstan-src@a21012d Fix handling unpacked argument with constant arrays
    ondrejmirtes committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    d03863f View commit details
    Browse the repository at this point in the history
Loading