From 846deb00fbfea026e76e50ea0b99810942a56145 Mon Sep 17 00:00:00 2001 From: Toshihiro Kanai Date: Sun, 14 Oct 2018 13:02:05 +0900 Subject: [PATCH] chore(phpcs): Fix compatibility with PHPCompatibility 9.0 Since the PHPCompatibility version 9, the sniff PHP.RemovedExtensions has been renamed to Extensions.RemovedExtensions. This commit renames it to the new name, so that the PHPCS works now correctly. --- phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 578ce0255a..06d4f338d2 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -123,7 +123,7 @@ - +