chore(deps): update dependency phpstan/phpstan to v1.10.36 #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.3
->1.10.36
Release Notes
phpstan/phpstan (phpstan/phpstan)
v1.10.36
Compare Source
Improvements 🔧
--json
option (phpstan/phpstan-src@91a0002)reportUncheckedExceptionDeadCatch
option (defaults totrue
) (#2648), #9921, thanks @VincentLanglet!array_chunk()
(#2635), thanks @staabm!Bugfixes 🐛
Function signature fixes 🤖
connection_*
functions are impure (#2555), thanks @staabm!mysqli
andmysqli_result
classes (#2295), thanks @phansys!Internals 🔍
getFiniteTypes()
(#2636), thanks @staabm!v1.10.35
Compare Source
Major new features 🚀
Bugfixes 🐛
value-of<...>
lazier (phpstan/phpstan-src@234f77d), #9881ReflectionAttribute::newInstance()
with nested class using named arguments (ondrejmirtes/BetterReflection@8d751dd), thanks @enumag!Internals 🔍
phpstan/phpstan-php-parser
(#2632), thanks @staabm!v1.10.34
Compare Source
Improvements 🔧
$this
type assertions (#2609), #8904, thanks @ekisu!$this
(https://github.com/phpstan/phpdoc-parser/pull/209), thanks @ekisu!--fail-without-result-cache
CLI option (#2611), thanks @staabm!in_array()
(#2618), thanks @zonuexe!Function signature fixes 🤖
inotify_read
(#2605), thanks @taka-oyama!Internals 🔍
v1.10.33
Compare Source
Improvements 🔧
Bugfixes 🐛
checkBenevolentUnionTypes: true
along with@template
witharray-key
bound (#2587), #9766, thanks @VincentLanglet!array_sum()
(#2591), #9808, thanks @zer0-star!Function signature fixes 🤖
inotify
related function signatures (#2599), thanks @thg2k!Internals 🔍
$parentPhpDocBlock->getClassReflection()->isBuiltin()
calls (#2585), thanks @staabm!spl_object_id()
(#2592), thanks @staabm!nette/di
(#2597)v1.10.32
Compare Source
Improvements 🔧
nesbot/carbon
)v1.10.31
Compare Source
Improvements 🔧
NonAcceptingNeverType
(#2540), #9133, #6485, thanks @jiripudil!--xdebug
option (phpstan/phpstan-src@3befb53)Internals 🔍
v1.10.30
Compare Source
Improvements 🔧
Bugfixes 🐛
mixed
(phpstan/phpstan-src@cbdb30d), #9765polluteScopeWithAlwaysIterableForeach
istrue
(phpstan/phpstan-src@853a1e6), #9784Internals 🔍
onlyFiles=true
(phpstan/phpstan-src@6c941ae)implicitThrows
in tests (#2576), thanks @janedbal!v1.10.29
Compare Source
Improvements 🔧
Bugfixes 🐛
PHP_BINARY
needs to be escaped (phpstan/phpstan-src@2c7cfd8)Function signature fixes 🤖
v1.10.28
Compare Source
Improvements 🔧
Bugfixes 🐛
null
results innull
(phpstan/phpstan-src@5c40c85), #9721Internals 🔍
v1.10.27
Compare Source
Bleeding edge 🔪
stream_socket_client()
signature (#2519), thanks @staabm!scandir()
signature (#2518), thanks @staabm!extract()
signature (#2517), thanks @staabm!If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
Bugfixes 🐛
Call to end() on null
(phpstan/phpstan-src@a5e5719), #9722Function signature fixes 🤖
uopz_flags
- flags are optional (phpstan/phpstan-src@917750e), #9611base64_decode
overloads to PHP 8+ (#2529), #9428, thanks @dktapps!Internals 🔍
linesToIgnore
attribute format (phpstan/phpstan-src@2862a7b)v1.10.26
Compare Source
Improvements 🔧
Bugfixes 🐛
array_keys()
and `array_values()`` on constant arrays (#2516), thanks @jlherren!$foo--
with a non-numeric string no longer allowed) (phpstan/phpstan-src@c6f4c4c)Function signature fixes 🤖
ftp_*
mode parameter type (#2513), thanks @staabm!DOMNode::lookupNamespaceURI
(#2527), thanks @paulbalandan!Internals 🔍
isList
in ConstantArrayType (phpstan/phpstan-src@158c61c, phpstan/phpstan-src@f0a9fd7)v1.10.25
Compare Source
Improvements 🔧
Bugfixes 🐛
__construct
even when renamed (phpstan/phpstan-src@4dd3f75), #9577v1.10.24
Compare Source
Improvements 🔧
Bugfixes 🐛
processCalledMethod
when anonymous classes are involved (phpstan/phpstan-src@3f52779)json_validate
stub only on PHP 8.3+ (phpstan/phpstan-src@8f8c1af), #9574Function signature fixes 🤖
session_status()
return type (#2509), thanks @staabm!v1.10.23
Compare Source
Improvements 🔧
AnalyserResult::$errors
(#2400), thanks @takaram!Bugfixes 🐛
Function signature fixes 🤖
null
inmysqli*real_connect
arguments (#2508), thanks @staabm!Internals 🔍
instanceof ThisType
as it can be unreliable in case of intersection types (phpstan/phpstan-src@7935945)v1.10.22
Compare Source
Bleeding edge 🔪
file()
flags args (#2476, #2482), thanks @staabm!flock()
operation flags (#2477), thanks @staabm!call_user_func()
(#2479), thanks @staabm!If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
constant()
(#2474), thanks @herndlm!assert()
throw type extension (#2427), thanks @patrickkusebauch!json_validate()
stub (phpstan/phpstan-src@828b269), thanks @staabm!call_user_func()
DynamicFunctionReturnTypeExtension (#2479), thanks @staabm!Bugfixes 🐛
Function signature fixes 🤖
db2_num_rows()
return type (#2456), thanks @morozov!ignore_user_abort()
return type (#2489), thanks @staabm!Internals 🔍
v1.10.21
Compare Source
Bugfixes 🐛
Internals 🔍
v1.10.20
Compare Source
Improvements 🔧
non-zero-int
type (#2449), thanks @PrinsFrank!gettype()
return type extension (#2437), thanks @staabm!Bugfixes 🐛
match
condition (phpstan/phpstan-src@0cdda0b), #4451, #6064, #9457gettype
inmatch
condition (phpstan/phpstan-src@e4ef00c, phpstan/phpstan-src@caa0a5b), #8614get_class
inmatch
condition (phpstan/phpstan-src@106526d), #1885, #8536, #8092get_class
compared withstatic::class
(phpstan/phpstan-src@590eb03), #1885gettype
when there's a union of strings on the other side (phpstan/phpstan-src@36e412f), #6294, #2580NonEmptyArrayType::toArray()
return$this
(#2349), #9208, thanks @zonuexe!array_push()
andarray_unshift()
(#2451), #8449, thanks @herndlm!@var
above throw and return, change the type of expr only for the stmt callback (phpstan/phpstan-src@b551095), #9459Internals 🔍
Type::getFiniteTypes()
(phpstan/phpstan-src@7912caf, phpstan/phpstan-src@fa9a951, phpstan/phpstan-src@b5cf52b)v1.10.19
Compare Source
Bleeding edge 🔪
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
sprintf()
arguments (phpstan/phpstan-src@1f95570)Bugfixes 🐛
Function signature fixes 🤖
Redis::connect()
to have 7 parameters (#2442), #9413, thanks @thbley!Internals 🔍
v1.10.18
Compare Source
Implicit throw point is enough to no longer mark multi-catch as dead (phpstan/phpstan-src@c587dd1), #9406
v1.10.17
Compare Source
Improvements 🔧
Bugfixes 🐛
in_array
issues (#2432), #6959, thanks @schlndh!__debugInfo
with covariant return type (#2435), #9391, thanks @staabm!Map::remove()
@throws
inference (#2434), #9066, thanks @baci266!array_is_list
narrows the type even when not on Bleeding Edge (phpstan/phpstan-src@de2566a), #9381array_push()
(phpstan/phpstan-src@564f79f), #9403Function signature fixes 🤖
getimagesize*
return type (#2438), thanks @staabm!Internals 🔍
empty()
and typehint helper (#2430), thanks @mad-briller!v1.10.16
Compare Source
Bleeding edge 🔪
error_log
errors withmessage_type=2
(#2428), #9380, thanks @staabm!If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
CallableType
andClosureType::describe()
- use phpdoc-parser Printer for better precision (phpstan/phpstan-src@30f60c1), #9268OffsetAccessType::describe()
uses toPhpDocNode and phpdoc-parser printer (phpstan/phpstan-src@347fdbf)extract()
with constant arrays (#2417), #9331, thanks @MartinMystikJonas!Bugfixes 🐛
SplDoublyLinkedList::offsetGet
return type (#2373), #9274, thanks @takaram!get_called_class()
tostatic::class
(phpstan/phpstan-src@188acf4), #7574, #5252, #4061Internals 🔍
toPhpDocNode
without keys if they are not necessary (phpstan/phpstan-src@413079d)@var
in and out of function (phpstan/phpstan-src@4e19347), #9331v1.10.15
Compare Source
Bleeding edge 🔪
If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
$this
in return type__serialize()
and__unserialize()
return types (#2372), thanks @staabm!?->
call on always-null (phpstan/phpstan-src@74d1c9a), #9284Bugfixes 🐛
ConstantFloatType::toPhpDocNode()
for whole numbers ending with 0 (#2355), thanks @rvanvelzen!CURLOPT_HTTPHEADER
should not accept a dictionary (#2369), #9263, thanks @staabm!Function signature fixes 🤖
intval()
andfloatval()
should handle non-scalar values (#2351), thanks @dravnic!strval()
family function signatures (#2354), thanks @dravnic!Internals 🔍
v1.10.14
Compare Source
Bleeding edge 🔪
filter_input*
type param type (#2271), thanks @herndlm!If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's
phpstan.neon
:Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more
Improvements 🔧
Bugfixes 🐛
BackedEnum::tryFrom
not being nullable (#2302), thanks @schlndh!never
forarray_combine
with different number of elements (#2303), thanks @herndlm!equals()
(phpstan/phpstan-src@e01ce68)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.