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: 2a4847d
Choose a base ref
...
head repository: phpstan/phpstan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf41072
Choose a head ref
  • 14 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 29, 2020

  1. Update BACKERS.md

    ondrejmirtes authored Nov 29, 2020
    Configuration menu
    Copy the full SHA
    3b8f021 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 161b2aa

    phpstan/phpstan-src@161b2aa Fix a misplaced null in XMLWriter::startElementNS
    ondrejmirtes committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    08c8fc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Updated PHPStan to commit 4426fe0

    phpstan/phpstan-src@4426fe0 Ignore NeverType in subtractable types
    ondrejmirtes committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    77a6a22 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 0e32301

    phpstan/phpstan-src@0e32301 Try fixing CpuCoreCounter problem
    ondrejmirtes committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e9541fe View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    0c69b37 View commit details
    Browse the repository at this point in the history
  2. Updated PHPStan to commit 72479ee

    phpstan/phpstan-src@72479ee is_a(): specify class-string types if allow_string: true
    ondrejmirtes committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8d64134 View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 86cf97d

    phpstan/phpstan-src@86cf97d CallableType: accept [class-string, constant-string] array as callable
    ondrejmirtes committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2183eeb View commit details
    Browse the repository at this point in the history
  4. Updated PHPStan to commit 5d4761c

    phpstan/phpstan-src@b4e4a29 is_a(): support class-string in parameter $class
    phpstan/phpstan-src@5d4761c is_a(): add some more type-specifier tests
    ondrejmirtes committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    09db000 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    320c3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4b9a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

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

    phpstan/phpstan-src@dbc8ee9 Support "null" and "false" pseudotypes in native unions
    ondrejmirtes committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    25652af View commit details
    Browse the repository at this point in the history
  3. Updated PHPStan to commit 468b6d2

    phpstan/phpstan-src@468b6d2 fix nullable union type test
    ondrejmirtes committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    f0c2cc3 View commit details
    Browse the repository at this point in the history
  4. PHPStan 0.12.59

    phpstan/phpstan-src@e5c5e32 generateBaselineFile parameter must be part of the generated container
    phpstan/phpstan-src@f000222 AutoloadSourceLocator - handled nonexistent file reported by ReflectionFunction::getFileName()
    phpstan/phpstan-src@86c11d3 Turns out static method can be called on a trait
    phpstan/phpstan-src@3ea4fc3 isVariadic() - do not attempt to read a nonexistent reflection file
    phpstan/phpstan-src@031621d Attempt to fix PHP 8.0
    phpstan/phpstan-src@138dd86 Debug Composer issue on Windows and PHP 8
    phpstan/phpstan-src@b5a2fe2 Revert "Debug Composer issue on Windows and PHP 8"
    phpstan/phpstan-src@518b20d Configurable result cache path
    phpstan/phpstan-src@3c6df85 Fix Reflection::getStaticProperties()'s return type
    phpstan/phpstan-src@43fca8d Concat between numeric and empty string produces numeric string
    phpstan/phpstan-src@a9ec174 Fix array dim fetches with treatPhpDocTypesAsCertain: false
    phpstan/phpstan-src@b01c6c9 mysqli_get_client_info() argument is optional
    phpstan/phpstan-src@64da8f9 Fixed expression assignment throwing away native expression types for treatPhpDocTypesAsCertain: false
    phpstan/phpstan-src@3e95603 Fixed RedisArray::__construct()
    phpstan/phpstan-src@f956c6d StubValidator - analyse only project stub files
    phpstan/phpstan-src@41ac212 Remove RequireParenthesesForNestedTernaryRule
    phpstan/phpstan-src@fb95fab Update phpstorm-stubs
    phpstan/phpstan-src@443837c Check datetime instantiation
    phpstan/phpstan-src@aa9a1ff Fix DateTime/DateTimeImmutable::getLastErrors() return types
    phpstan/phpstan-src@9f3334e Update phpstorm-stubs
    phpstan/phpstan-src@ef6ca4a Make CI more stable
    phpstan/phpstan-src@60d744f Use ReturnTypeExtension for mb_str_split
    phpstan/phpstan-src@741ede0 XMLWriter::*Ns() can accept null in $prefix
    phpstan/phpstan-src@f0d5ed1 Update .travis.yml
    phpstan/phpstan-src@db7af31 Support for numeric string in bc math
    phpstan/phpstan-src@95c47b1 Updated phpstorm-stubs
    phpstan/phpstan-src@41f6d34 PhpParserDecorator - report file with error
    phpstan/phpstan-src@602c718 Result cache - fix result cache save and restore with Neon with statements
    phpstan/phpstan-src@2a87b3a ResultCacheManager - unset parametersSchema
    phpstan/phpstan-src@cefbb1d Fix
    phpstan/phpstan-src@3e8ec5f Catch more BetterReflection errors
    phpstan/phpstan-src@b92dc6a Fix socket_select's signature https://www.php.net/manual/en/function.socket-select.php
    phpstan/phpstan-src@83c1e0b Fixed SimpleXMLElement cast to boolean
    phpstan/phpstan-src@83d15e3 Regression test for #1657
    phpstan/phpstan-src@2a39e5a hrtime(true) returns benevolent union type
    phpstan/phpstan-src@50ad491 Fix imageColorAllocate* and imageColorAt return type declarations https://www.php.net/manual/en/function.imagecolorallocate.php#refsect1-function.imagecolorallocate-returnvalues
    phpstan/phpstan-src@5b07282 bcmath parameters will stay strings
    phpstan/phpstan-src@3afbab9 DateTimeInstantiationRule - do not report warnings
    phpstan/phpstan-src@161b2aa Fix a misplaced null in XMLWriter::startElementNS
    phpstan/phpstan-src@4426fe0 Ignore NeverType in subtractable types
    phpstan/phpstan-src@e1dd35c sync some more types with PhpStorm stubs
    phpstan/phpstan-src@0e32301 Try fixing CpuCoreCounter problem
    phpstan/phpstan-src@72479ee is_a(): specify class-string types if allow_string: true
    phpstan/phpstan-src@86cf97d CallableType: accept [class-string, constant-string] array as callable
    phpstan/phpstan-src@b4e4a29 is_a(): support class-string in parameter $class
    phpstan/phpstan-src@5d4761c is_a(): add some more type-specifier tests
    phpstan/phpstan-src@2b3082f Regression test for #2945
    phpstan/phpstan-src@12d5a12 Fix ftp_mlsd
    phpstan/phpstan-src@dbc8ee9 Support "null" and "false" pseudotypes in native unions
    phpstan/phpstan-src@468b6d2 fix nullable union type test
    ondrejmirtes committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    cf41072 View commit details
    Browse the repository at this point in the history
Loading