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.26
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.27
Choose a head ref
  • 11 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    3b71d11 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Updated PHPStan to commit 61f7a97

    phpstan/phpstan-src@61f7a97 Function with `yield from` wasn't recognized as generator
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    d9377f0 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit c2135cb

    phpstan/phpstan-src@c2135cb Fix finfo constructor
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    f19cc2e View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 7aabe35

    phpstan/phpstan-src@7aabe35 Fix magic constants as default parameter values
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    cb1e95e View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 3af7eaf

    phpstan/phpstan-src@3af7eaf Parameter with a default value followed by a variadic parameter is also optional
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    f56cea8 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit b79c08d

    phpstan/phpstan-src@b79c08d AbstractMethodInNonAbstractClassRule - fix abstract method from trait that overshadowed method from parent class
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    bdeaa39 View commit details
    Browse the repository at this point in the history
  6. Updated PHPStan to commit 29b9470

    phpstan/phpstan-src@29b9470 Print deprecation notice only when running the AnalyseCommand
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    8f695fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    189fb8a View commit details
    Browse the repository at this point in the history
  8. Updated PHPStan to commit 98cdb30

    phpstan/phpstan-src@98cdb30 In case of multiple comments, use the last one as reflection getDocComment
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    828bedd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6c56ff View commit details
    Browse the repository at this point in the history
  10. PHPStan 0.12.27

    phpstan/phpstan-src@5d76184 Detect void parameter typehint
    phpstan/phpstan-src@4329b07 Check default property value against native type
    phpstan/phpstan-src@be132b7 Fix sapi_windows_set_ctrl_handler signature
    phpstan/phpstan-src@3359422 Fix signature of XSLTProcessor::transformToXml
    phpstan/phpstan-src@7ae1393 Don't merge deprecated tag with parents
    phpstan/phpstan-src@9d87da8 Overriding method rule - check final
    phpstan/phpstan-src@406b5e4 Overriding method rule - visibility
    phpstan/phpstan-src@093ae3f OverridingMethodRule - RuleErrorBuilder
    phpstan/phpstan-src@437e99c Overriding method rule - static/non-static
    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
    ondrejmirtes committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    2abbd32 View commit details
    Browse the repository at this point in the history
Loading