chore(deps): update dependency vimeo/psalm to v3.11.5 #66
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:
3.11.4
->3.11.5
Release Notes
vimeo/psalm
v3.11.5
Compare Source
Features
Import @psalm-type annotations into classes
Added support for importing
@psalm-type
annotations from one class to another based on a suggestion from @malukenho (in #2924)Given a class
Phone
that defines a@psalm-type
annotation on a class:You can reference that type with the
@psalm-import-type
annotation:Other features
__get
,__set
) (#3236)pretty-print
option for JSON outputBugfixes
@mixin
type can't be found (#3452), when throwing an exception without a known alias (#3465), and when yielded type tokenisation fails (#3430)is_callable([$var, '__isString'])
(#3372)null
after> 0
check (#3388)numeric-string
inference when casting a numeric type to a string (#3390)clone
expressions (#3382)array_sum
(#3395)func_num_args()
in namespaces (#3423)null
to return type as part of reflection when using docblock templates (#3419)$this
as static-y (#3417)static
references inClosure():static
return types (#3415)"0"|"1"
from accepting anumeric-string
type (#3440)isset
checks on undefined static properties (#3460)func_get_args()
on instance methods (#3453)AfterAnalysisInterface
(#3461)@mixin
annotation (#3458)array_key_exists
checks (#3463)Renovate configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.