1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Allow ParamNameMismatch to be suppressed locally

Fixes #4012
This commit is contained in:
Brown 2020-08-29 11:17:57 -04:00
parent 3ca4a576e7
commit efed9d4480

View File

@ -435,7 +435,8 @@ class MethodComparator
. $guide_param->name . ' as defined by '
. $cased_guide_method_id,
$implementer_param->location
)
),
$suppressed_issues
)) {
// fall through
}