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: 59090e1
Choose a base ref
...
head repository: phpstan/phpstan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 71e529e
Choose a head ref
  • 9 commits
  • 4 files changed
  • 1 contributor

Commits on May 4, 2020

  1. Update stub-files.md

    ondrejmirtes authored May 4, 2020
    Configuration menu
    Copy the full SHA
    714160b View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 0baf6de

    phpstan/phpstan-src@0baf6de Updated phpdoc-parser
    ondrejmirtes committed May 4, 2020
    Configuration menu
    Copy the full SHA
    4b6d536 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Updated PHPStan to commit 70e559b

    phpstan/phpstan-src@70e559b Reduce the number of unprefixed whitelisted functions in the PHAR
    ondrejmirtes committed May 5, 2020
    Configuration menu
    Copy the full SHA
    ecedd7d View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 8c4f05c

    phpstan/phpstan-src@8c4f05c Fix SNMP data types & optional parameters
    ondrejmirtes committed May 5, 2020
    Configuration menu
    Copy the full SHA
    4d83bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a581604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a020298 View commit details
    Browse the repository at this point in the history
  5. Updated PHPStan to commit 518302d

    phpstan/phpstan-src@518302d Add \SNMP public properties
    ondrejmirtes committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a4da72e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe2539 View commit details
    Browse the repository at this point in the history
  7. PHPStan 0.12.23

    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"`
    phpstan/phpstan-src@0baf6de Updated phpdoc-parser
    phpstan/phpstan-src@70e559b Reduce the number of unprefixed whitelisted functions in the PHAR
    phpstan/phpstan-src@8c4f05c Fix SNMP data types & optional parameters
    phpstan/phpstan-src@2cbc090 Fix test
    phpstan/phpstan-src@83e74bf Fix
    phpstan/phpstan-src@518302d Add \SNMP public properties
    phpstan/phpstan-src@6848044 Fix
    ondrejmirtes committed May 5, 2020
    Configuration menu
    Copy the full SHA
    71e529e View commit details
    Browse the repository at this point in the history
Loading