Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nikic/php-parser 5.1.0 -> 5.2.0 age adoption passing confidence
phpstan/phpstan 1.12.2 -> 1.12.3 age adoption passing confidence

Release Notes

nikic/PHP-Parser (nikic/php-parser)

v5.2.0

Compare Source

Added
  • [8.4] Added support for __PROPERTY__ magic constant, represented using a
    Node\Scalar\MagicConst\Property node.
  • [8.4] Added support for property hooks, which are represented using a new hooks subnode on
    Node\Stmt\Property and Node\Param, which contains an array of Node\PropertyHook.
  • [8.4] Added support for asymmetric visibility modifiers. Property flags can now hold the
    additional bits Modifiers::PUBLIC_SET, Modifiers::PROTECTED_SET and Modifiers::PRIVATE_SET.
  • [8.4] Added support for generalized exit function. For backwards compatibility, exit without
    argument or a single plain argument continues to use a Node\Expr\Exit_ node. Otherwise (e.g.
    if a named argument is used) it will be represented as a plain Node\Expr\FuncCall.
  • Added support for passing enum values to various builder methods, like BuilderFactory::val().
Removed
  • Removed support for alternative array syntax $array{0} from the PHP 8 parser. It is still
    supported by the PHP 7 parser. This is necessary in order to support property hooks.
phpstan/phpstan (phpstan/phpstan)

v1.12.3

Compare Source

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@ondrejmirtes ondrejmirtes merged commit 7783e08 into main Sep 16, 2024
@renovate renovate bot deleted the renovate/extractor branch September 16, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants