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

Commits on Jun 9, 2020

  1. Updated PHPStan to commit 4ba83e8

    phpstan/phpstan-src@4ba83e8 template type: correctly resolve isSuperTypeOf
    ondrejmirtes committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    07c44cd View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Updated PHPStan to commit a599eaa

    phpstan/phpstan-src@a599eaa Fix variadic parameters by not making them always ArrayType
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    d6e83de View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit f8512a7

    phpstan/phpstan-src@f8512a7 Use runtime reflection for Generator
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a8ce332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db85ab0 View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 988cea9

    phpstan/phpstan-src@988cea9 Updated phpdoc-parser
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b274858 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit 3a2a666

    phpstan/phpstan-src@3a2a666 fix PharData::offsetGet return type
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    c1b798b View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit 03a630e

    phpstan/phpstan-src@03a630e Fixed getting constant on self:: with duplicate classes
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2e0a0a8 View commit details
    Browse the repository at this point in the history
  7. Updated PHPStan to commit 3b2c806

    phpstan/phpstan-src@3b2c806 ExistingClassInClassExtendsRule - do not complain about `@final`
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    25b7372 View commit details
    Browse the repository at this point in the history
  8. Updated PHPStan to commit bd36d6d

    phpstan/phpstan-src@bd36d6d README - note about the result cache
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    d95b4fa View commit details
    Browse the repository at this point in the history
  9. PHPStan 0.12.28

    phpstan/phpstan-src@0b9e9a3 Rename test file
    phpstan/phpstan-src@f7210dc Overriding method rule - do not complain about this case
    phpstan/phpstan-src@ac0cfd0 Overriding method rule - check parameter type compatibility
    phpstan/phpstan-src@6d5c6fe Fix
    phpstan/phpstan-src@f3a2833 Fix test
    phpstan/phpstan-src@f478b91 Refactoring
    phpstan/phpstan-src@ada27eb OverridingMethodRule - check return type covariance
    phpstan/phpstan-src@487f2fa Check abstract method in non-abstract class
    phpstan/phpstan-src@3ee81d1 Unification - show class display name in messages
    phpstan/phpstan-src@50d2c39 Check missing method implementations in non-abstract class
    phpstan/phpstan-src@414784c Fix
    phpstan/phpstan-src@41ab4a7 Fix
    phpstan/phpstan-src@004a8b7 Refactoring
    phpstan/phpstan-src@c11ab15 array_map -> foreach
    phpstan/phpstan-src@1eedc10 Get native type from reflection
    phpstan/phpstan-src@fe72e26 Default value property type does not observe strict types - it's always strict
    phpstan/phpstan-src@8fdeba5 MethodSignatureRule - do not report duplicates already reported by OverridingMethodRule
    phpstan/phpstan-src@3ae5e83 Fix undetected generator function with static reflection
    phpstan/phpstan-src@1236c17 Fix
    phpstan/phpstan-src@4576346 Fix
    phpstan/phpstan-src@3950454 Fix detecting overriding final constructor
    phpstan/phpstan-src@64618be Fix overriden variadic parameter
    phpstan/phpstan-src@bf94fac Do not generate baseline when internal errors occured
    phpstan/phpstan-src@6f9f9aa CommandHelper - executing bootstrap file extracted into a private method
    phpstan/phpstan-src@aad1bf8 Introduce bootstrapFiles config option; deprecate bootstrap config option
    phpstan/phpstan-src@b971fc6 Introduce scanFiles
    phpstan/phpstan-src@d0e9bf2 Deprecate autoload_files
    phpstan/phpstan-src@27db54c Introduce scanDirectories
    phpstan/phpstan-src@61f4b18 Deprecate autoload_directories
    phpstan/phpstan-src@e7b7030 Autoloading is gone from user-facing messages
    phpstan/phpstan-src@35341d0 Resolve relative paths in scanFiles and scanDirectories
    phpstan/phpstan-src@a3e644a Detect nonexistent/wrong scanFiles and scanDirectories
    phpstan/phpstan-src@61f7a97 Function with `yield from` wasn't recognized as generator
    phpstan/phpstan-src@c2135cb Fix finfo constructor
    phpstan/phpstan-src@7aabe35 Fix magic constants as default parameter values
    phpstan/phpstan-src@3af7eaf Parameter with a default value followed by a variadic parameter is also optional
    phpstan/phpstan-src@b79c08d AbstractMethodInNonAbstractClassRule - fix abstract method from trait that overshadowed method from parent class
    phpstan/phpstan-src@29b9470 Print deprecation notice only when running the AnalyseCommand
    phpstan/phpstan-src@31844b1 Another test for #3406
    phpstan/phpstan-src@98cdb30 In case of multiple comments, use the last one as reflection getDocComment
    phpstan/phpstan-src@7738778 Fix CS
    phpstan/phpstan-src@4ba83e8 template type: correctly resolve isSuperTypeOf
    phpstan/phpstan-src@a599eaa Fix variadic parameters by not making them always ArrayType
    phpstan/phpstan-src@f8512a7 Use runtime reflection for Generator
    phpstan/phpstan-src@d063193 Fix CS
    phpstan/phpstan-src@988cea9 Updated phpdoc-parser
    phpstan/phpstan-src@3a2a666 fix PharData::offsetGet return type
    phpstan/phpstan-src@03a630e Fixed getting constant on self:: with duplicate classes
    phpstan/phpstan-src@3b2c806 ExistingClassInClassExtendsRule - do not complain about `@final`
    phpstan/phpstan-src@bd36d6d README - note about the result cache
    ondrejmirtes committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    76c0c4e View commit details
    Browse the repository at this point in the history
Loading