Skip to content

Commit 80834d8

Browse files
authored
Update error message for undefined method in phpstan
1 parent 1950252 commit 80834d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
path: src/Phinx/Db/Adapter/MysqlAdapter.php
77

88
-
9-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Console\\\\Application\\:\\:addCommand\\(\\)\\.$#"
9+
message: "#^Call to an undefined static method Symfony\\\\Component\\\\Console\\\\Application\\:\\:addCommand\\(\\)\\.$#"
1010
count: 1
1111
path: src/Phinx/Console/PhinxApplication.php
1212
reportUnmatched: false

0 commit comments

Comments
 (0)