File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -408,3 +408,8 @@ parameters:
408408 -
409409 identifier : rector.noOnlyNullReturnInRefactor
410410 path : rules/TypeDeclaration/Rector/StmtsAwareInterface/DeclareStrictTypesRector.php
411+
412+ # handle next with FileNode
413+ -
414+ identifier : method.parentMethodFinalByPhpDoc
415+ path : rules/TypeDeclaration/Rector/StmtsAwareInterface/DeclareStrictTypesRector.php
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ public function autowire(
106106 }
107107
108108 /**
109+ * @final Avoid override to prevent unintended side-effects. Use enterNode() or @see \Rector\Contract\PhpParser\DecoratingNodeVisitorInterface instead.
110+ *
111+ * @internal
112+ *
109113 * @return Node[]|null
110114 */
111115 public function beforeTraverse (array $ nodes ): ?array
You can’t perform that action at this time.
0 commit comments