From 17b390cc9c6628a2df2a4cc751d14d74e3c59ee6 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 27 Dec 2019 17:23:08 +0100 Subject: [PATCH] Disabled CS rule enforcing native type declarations where `@param` or `@return` are used instead We can't use this rule for now, since changing interface type declarations is a major BC break that is not worth introducing for now. --- phpcs.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 7d846fd..817b034 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -333,7 +333,12 @@ + + + +