diff --git a/src/Rules/MissingTypehintCheck.php b/src/Rules/MissingTypehintCheck.php index bacac8bfe7..e8d2c538e1 100644 --- a/src/Rules/MissingTypehintCheck.php +++ b/src/Rules/MissingTypehintCheck.php @@ -12,7 +12,7 @@ class MissingTypehintCheck { - public const TURN_OFF_MISSING_ITERABLE_VALUE_TYPE_TIP = "Consider adding something like %s to the PHPDoc.\nYou can turn off this check by setting checkGenericClassInNonGenericObjectType: false in your %%configurationFile%%."; + public const TURN_OFF_MISSING_ITERABLE_VALUE_TYPE_TIP = "Consider adding something like %s to the PHPDoc.\nYou can turn off this check by setting checkMissingIterableValueType: false in your %%configurationFile%%."; public const TURN_OFF_NON_GENERIC_CHECK_TIP = 'You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your %configurationFile%.';