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

Commits on May 4, 2020

  1. Updated PHPStan to commit c4a1b20

    phpstan/phpstan-src@c4a1b20  Fix rewinddir() return type
    ondrejmirtes committed May 4, 2020
    Configuration menu
    Copy the full SHA
    e0f337a View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit e625228

    phpstan/phpstan-src@e625228 Fixed "Call to a member function `resolveMixinTags()` on null"`
    ondrejmirtes committed May 4, 2020
    Configuration menu
    Copy the full SHA
    2169828 View commit details
    Browse the repository at this point in the history
  3. PHPStan 0.12.22

    phpstan/phpstan-src@94dc8d2 Checkstyle error formatter - always use file path, not file description
    phpstan/phpstan-src@f6117d7 GitHub Actions DRY preparation
    phpstan/phpstan-src@640d950 Reproduce SOAP extension issues
    phpstan/phpstan-src@3aa9a2d Fix SOAP extension issues
    phpstan/phpstan-src@37c29d5 Result cache gets invalidated with different `-a|--autoload-file` CLI option passed
    phpstan/phpstan-src@55a3444 Fix overriding trait properties in PHPDocs
    phpstan/phpstan-src@8b097e5 InvalidPHPStanDocTagRule - do not report @phpstan- ignoring tags
    phpstan/phpstan-src@1605bb2 Code around class_exists() does not complain about nonexistent classes
    phpstan/phpstan-src@085e75e Support class_exists() with literal string starting with backslash
    phpstan/phpstan-src@0da2379 Fix
    phpstan/phpstan-src@85a3238 Compile PHAR without shebang #!
    phpstan/phpstan-src@657f1ea Rename PHAR file in phpstan/phpstan because it no longer has shebang #! line
    phpstan/phpstan-src@594f80c Revert "Rename PHAR file in phpstan/phpstan because it no longer has shebang #! line"
    phpstan/phpstan-src@7e2dc69 Revert "Compile PHAR without shebang #!"
    phpstan/phpstan-src@0f62764 Revert "PHAR compiling - do not overwrite phpstan file"
    phpstan/phpstan-src@5db7d8b Revert "Added `is_a()` to TypeSpecifyingFunctionsDynamicReturnTypeExtension"
    phpstan/phpstan-src@f73c118 Simplify finding property trait
    phpstan/phpstan-src@314a9cc Hierarchy distances - collect all traits
    phpstan/phpstan-src@b151601 Fix overriding trait methods and properties with annotations a different way
    phpstan/phpstan-src@824a23b Trait properties - test property from a trait from a parent class
    phpstan/phpstan-src@fb9d320 Unmatched ignore comment - add error identifier
    phpstan/phpstan-src@00e3090 ClassReflection::getConstant() - do not crash on unknown declaring class
    phpstan/phpstan-src@6e93254 Fix
    phpstan/phpstan-src@5d439d4 Fix typos
    phpstan/phpstan-src@162e212 Unknown PHPDoc @param - add error identifier
    phpstan/phpstan-src@90b1186 Update signature for datefmt_create
    phpstan/phpstan-src@730a902 Support literals and class constants as PHPDoc types
    phpstan/phpstan-src@28d1c34 PHPDoc types - all class constants wildcard
    phpstan/phpstan-src@b02ee14 Support for `@mixin`
    phpstan/phpstan-src@c8a27e2 Fix
    phpstan/phpstan-src@3bc8d7f MixinRule - test incorrect case
    phpstan/phpstan-src@2d1cac0 Stub with `@mixin` for RecursiveIteratorIterator
    phpstan/phpstan-src@a7893a8 MissingTypehintCheck - do not report iterable template types
    phpstan/phpstan-src@a3fad5e MissingTypehintCheck - do not report non-generic object types of generic class
    phpstan/phpstan-src@e2b2a44 RecursiveIteratorIterator - template bound
    phpstan/phpstan-src@87897c2 Fix issue with different PHP-Parser version in the project
    phpstan/phpstan-src@9a46f7f Fix issue with different phpstan/phpdoc-parser in the project
    phpstan/phpstan-src@1e02e9d Fix constant array description verbosity
    phpstan/phpstan-src@f6a37a0 Fix CS
    phpstan/phpstan-src@d4f0907 More rules use the recommended type description verbosity level
    phpstan/phpstan-src@db656b0 Fixed __toString() return type combining with phpDoc type
    phpstan/phpstan-src@56eadce MethodSignatureRule - more verbose type description
    phpstan/phpstan-src@b55208e Fixed ConstantArrayType::isSuperTypeOf()
    phpstan/phpstan-src@61cb5aa Fixed ConstantArrayType::accepts()
    phpstan/phpstan-src@34edb50 Fixed accepting ConstantArrayType
    phpstan/phpstan-src@a1d3990 Fix issue with php-metrics that also preloads Php-Parser
    phpstan/phpstan-src@5e66c6c Fix problem with using unprefixed functions that exists prefixed in PHPStan
    phpstan/phpstan-src@ccaa6bf Fix Hoa
    phpstan/phpstan-src@c4a1b20  Fix rewinddir() return type
    phpstan/phpstan-src@e625228 Fixed "Call to a member function `resolveMixinTags()` on null"`
    ondrejmirtes committed May 4, 2020
    Configuration menu
    Copy the full SHA
    59090e1 View commit details
    Browse the repository at this point in the history
Loading