Skip to content

Commit 4b5da79

Browse files
committed
Update Rector baseline
1 parent b1270d5 commit 4b5da79

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

e2e/integration/rector-baseline.neon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,18 @@ parameters:
105105
count: 1
106106
path: repo/src/PhpParser/Node/Manipulator/ClassMethodManipulator.php
107107

108+
-
109+
message: "#^Cannot call method getMethod\\(\\) on PhpParser\\\\Node\\\\Stmt\\\\Class_\\|null\\.$#"
110+
count: 1
111+
path: repo/src/Rector/AbstractRector.php
112+
113+
-
114+
message: "#^Cannot call method getMethod\\(\\) on PhpParser\\\\Node\\\\Stmt\\\\Class_\\|null\\.$#"
115+
count: 1
116+
path: repo/packages/file-system-rector/src/Rector/AbstractFileSystemRector.php
117+
118+
-
119+
message: "#^Call to an undefined method PhpParser\\\\Node\\\\Expr\\|PhpParser\\\\Node\\\\Name\\:\\:toString\\(\\)\\.$#"
120+
count: 1
121+
path: repo/utils/phpstan-extensions/src/ReturnTypeExtension/NodeFinder/FindFirstInstanceOfReturnTypeExtension.php
122+

0 commit comments

Comments
 (0)