Update dependency phpstan/phpstan to v1.4.6
Compare changes
+ 6
− 6
@@ -7353,16 +7353,16 @@
@@ -7393,7 +7393,7 @@
@@ -7413,7 +7413,7 @@
Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpstan/phpstan | require-dev | patch |
1.4.3 -> 1.4.6
|
v1.4.6
TypeCombinator::remove()
to Type::tryRemove()
(#994), #6438, thanks @arnaud-lb!@var
right above foreach
(https://github.com/phpstan/phpstan-src/commit/b6bbbaf6b01cbd43ae2800bbd00fe0ddbcb2e0d9), #6564
:
(https://github.com/phpstan/phpstan-src/commit/5162bcfea5456eb827035cd249c5ace55057237b), https://github.com/composer/composer/issues/10498
md5()
always return non-empty-string
(#987), thanks @janbarasek!Iterator
. (#988), thanks @johnbillion!round()
/ceil()
/floor()
(#729), thanks @johnbillion!SplFileObject::fstat()
(#996), thanks @johnbillion!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.