From 8c5a365df772ddd7579380e7f1a8c3e801b01879 Mon Sep 17 00:00:00 2001 From: Erick Hitter <gitlab-s@mxs.ethitter.com> Date: Thu, 15 Nov 2018 02:41:14 +0000 Subject: [PATCH] Only apply typehint sniffs --- phpcs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index a7f12d6..4fb8249 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -22,7 +22,7 @@ <rule ref="WordPress" /> <rule ref="WordPressVIPMinimum" /> <rule ref="WordPress-VIP-Go" /> - <rule ref="SlevomatCodingStandard" /> + <rule ref="SlevomatCodingStandard.TypeHints" /> <config name="minimum_supported_wp_version" value="4.9" /> -- GitLab