You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce FileNode to handle file-level changes (#7728)
* introduce FileNode to handle file-level changes; deprecate IncreaseDeclareStrictTypesRector
* update use resolving
* make use of FileNode in imports
* add fixture to keep protected method
* require rector repo updated PRs
* add FileNode upgrade to UPGRADING
* [ci] add job to check laravel rector with latest dev-main build
* add node matching support for FileWithoutNamespace
* warn about deprecated type
* print stmts with false
* [docs] add specific example how to iterate stmts of namespaced and non-namespaced file
message:'#Method Rector\\Util\\ArrayParametersMerger\:\:mergeLeftToRightWithCallable\(\) has parameter \$mergeCallback with no signature specified for callable#'
190
190
path:src/Util/ArrayParametersMerger.php
191
191
192
-
# fixture class
193
-
- '#Class "Rector\\Tests\\Issues\\ScopeNotAvailable\\Variable\\ArrayItemForeachValueRector" is missing @see annotation with test case class reference#'
- '#Method Rector\\Tests\\Issues\\FileWithoutNamespaceCompat\\Rector\\SubscribedToFileWithoutNamespaceRector\:\:refactor\(\) should return Rector\\PhpParser\\Node\\FileNode but returns Rector\\PhpParser\\Node\\CustomNode\\FileWithoutNamespace#'
Copy file name to clipboardExpand all lines: rules-tests/Privatization/Rector/ClassMethod/PrivatizeFinalClassMethodRector/Fixture/keep_magic_parent_called_method.php.inc
0 commit comments