From 94c01868b27d4f2573b099336ad215ee0ca74fc4 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 26 Sep 2015 16:04:33 +0100 Subject: [PATCH] Re-enable PSR2.Methods.MethodDeclaration.AbstractAfterVisibility Change-Id: I50a987edf03cb19bfd707cd00c143c3665eba94f --- includes/tidy/TidyDriverBase.php | 2 +- phpcs.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/tidy/TidyDriverBase.php b/includes/tidy/TidyDriverBase.php index 1d994aa1bd..61fd3e4f79 100644 --- a/includes/tidy/TidyDriverBase.php +++ b/includes/tidy/TidyDriverBase.php @@ -36,5 +36,5 @@ abstract class TidyDriverBase { * @param string HTML document fragment to clean up * @param string The corrected HTML output */ - public abstract function tidy( $text ); + abstract public function tidy( $text ); } diff --git a/phpcs.xml b/phpcs.xml index 7bd87cd61a..03b2af2443 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -10,7 +10,6 @@ - -- 2.20.1