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:
5.4.0
->5.5.0
2.1.16
->2.1.17
7.2.6
->7.3.0
7.2.2
->7.3.0
Release Notes
nikic/PHP-Parser (nikic/php-parser)
v5.5.0
Compare Source
Added
Stmt\Const_
now has anattrGroups
subnode.weakReferences
option toNodeConnectingVisitor
andParentConnectingVisitor
. Thiswill create the parent/next/prev references as WeakReferences, to avoid making the AST cyclic
and thus increasing GC pressure.
Changed
is PHP 7.4 or older (which is the default). This allows them to be interpreted as comments,
instead of causing a parse error. Specify a target version of PHP 8.0 or newer to restore the
previous behavior.
phpstan/phpstan (phpstan/phpstan)
v2.1.17
Compare Source
Major new features 🚀
Bleeding edge 🔪
new static()
in static method of abstract class - level 0 (phpstan/phpstan-src@a5f7c06)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 🐛
array_column()
with explicit null$index_key
(#3970), #12945, thanks @herndlm!getNativeExprType
(phpstan/phpstan-src@222676e)Function signature fixes 🤖
libxml_get_errors()
(#3973), thanks @jack-worman!Internals 🔍
ProcessPromise::cancel()
from deferred canceller (phpstan/phpstan-src@df4c1f3)getPhpDocReturnTypeWithUnresolvableTemplateTypes
fromResolvedFunctionVariantWithCallable
(phpstan/phpstan-src@e3c76ad)symfony/console (symfony/console)
v7.3.0
Compare Source
Changelog (symfony/console@v7.3.0-RC1...v7.3.0)
v7.2.7
Compare Source
Changelog (symfony/console@v7.2.6...v7.2.7)
symfony/finder (symfony/finder)
v7.3.0
Compare Source
Changelog (symfony/finder@v7.3.0-RC1...v7.3.0)
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.