From 918c470eec53fb7b3fb35780ffb55e83b9756e12 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 9 Dec 2019 09:45:40 +0100 Subject: [PATCH] Fix typo --- src/Rules/MissingTypehintCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%.';