From 8349440e81f4255b33cf0cacc06ba522028214c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 5 Jan 2013 14:04:15 +0100 Subject: [PATCH] Disabling PCRESniff for now --- CodeSniff/WCF/Sniffs/PHP/DiscouragePCRESniff.php | 2 +- CodeSniff/WCF/ruleset.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - + -- 2.20.1