Update the years in the Copyright notice.
ArrayGetExprRector support for variable and funccall array keys
Change how buildPathArgNode() generates an Arg node - as we introduce supportfor more complicated expressions in array keys to be converted to string pathexpressions, a simple implode() is no longer sufficient. The following changes...
Make ArrayGetExprRector configurable for multiple variables
Rector only permits a single instance of a Rule class in a configuration, so inorder to allow the ArrayGetExprRector rule to be used for more than a singlevariable its configuration must accept multiple sets of var/accessor pairs. The...
Rename GlobalGGetExprRector and friends to ArrayGetExprRector
Make GlobalGGetExprRector configurable, add simple test for $g variable
Update copyright years to include 2023
Introduce GlobalGGetExprRector.php
Update namespace for custom Rectors to better align with on-disk hierarchy.
More Rector integration
View revisions
Also available in: Atom