This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.4.3 -> 1.4.5
|
v1.4.5
--generate-baseline
(-b
) (#980), thanks @Seldaek!array_filter()
return type via string callable (#938), #6417, thanks @herndlm!NeverType::toBoolean()
(https://github.com/phpstan/phpstan-src/commit/fe3a3419d5d8d2b276456971afc3e1804ab1c759), #6258
DatePeriod
constructor extension in subclasses (https://github.com/phpstan/phpstan-src/commit/0c82b3a2675f636db920a0a3e077a45a87200766), #6500
array_chunk
signature (#709), thanks @staabm!preg_replace_callback()
callable. (#758), thanks @johnbillion!array_splice()
argument $replacement
(#901), #6288, thanks @spawnia!stream_bucket_new
returns an object (#968), thanks @mind-bending-forks!mb_*
functions (#717), thanks @staabm!array_column()
with null
as $column_key
(#970), thanks @jlherren!v1.4.4
array_column()
(#948), thanks @jlherren!DatePeriod
+ constructor dynamic return type extension (#958), #5953, thanks @Alban-io!array_filter()
flags for narrowing down types (#941), thanks @herndlm!isset()
(https://github.com/phpstan/phpstan-src/commit/f05e8eb8fe3d979afa9e627371f4df92ab28fadf), #4926
isset()
, empty()
and null coalesce operator (??
) (https://github.com/phpstan/phpstan-src/commit/3b17acc5de4ac507d678f9ca9b2cd15937921ffb), #4592, #4903, #2420, #2718, #3126, #4586, #4887
Throwable::getTrace()
method (#914), thanks @ste93cry!This MR has been generated by Renovate Bot.