From: Tim Düsterhus Date: Sat, 5 Jan 2013 13:04:15 +0000 (+0100) Subject: Disabling PCRESniff for now X-Git-Tag: 2.0.0_Beta_1~591 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8349440e81f4255b33cf0cacc06ba522028214c4;p=GitHub%2FWoltLab%2FWCF.git Disabling PCRESniff for now --- diff --git a/CodeSniff/WCF/Sniffs/PHP/DiscouragePCRESniff.php b/CodeSniff/WCF/Sniffs/PHP/DiscouragePCRESniff.php index 5d300e3ecf..d47fa82193 100644 --- a/CodeSniff/WCF/Sniffs/PHP/DiscouragePCRESniff.php +++ b/CodeSniff/WCF/Sniffs/PHP/DiscouragePCRESniff.php @@ -7,7 +7,7 @@ * @package com.woltlab.wcf * @category Community Framework */ -class WCF_Sniffs_PHP_DiscouragePCRESniff extends Generic_Sniffs_PHP_ForbiddenFunctionsSniff { +class WCF_Sniffs_PHP_DiscouragePCRESniff/* extends Generic_Sniffs_PHP_ForbiddenFunctionsSniff*/ { /** * A list of forbidden functions with their alternatives. * diff --git a/CodeSniff/WCF/ruleset.xml b/CodeSniff/WCF/ruleset.xml index 4794a9cee0..1cebaefb4e 100644 --- a/CodeSniff/WCF/ruleset.xml +++ b/CodeSniff/WCF/ruleset.xml @@ -31,7 +31,7 @@ - +