From: Reedy Date: Sat, 26 Sep 2015 15:04:33 +0000 (+0100) Subject: Re-enable PSR2.Methods.MethodDeclaration.AbstractAfterVisibility X-Git-Tag: 1.31.0-rc.0~9801 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=94c01868b27d4f2573b099336ad215ee0ca74fc4;p=lhc%2Fweb%2Fwiklou.git Re-enable PSR2.Methods.MethodDeclaration.AbstractAfterVisibility Change-Id: I50a987edf03cb19bfd707cd00c143c3665eba94f --- 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 @@ -