* @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.
*
<rule ref="Squiz.PHP.ForbiddenFunctions" />
<rule ref="WCF.Classes.ClassFileName" />
<rule ref="WCF.ControlStructures.ControlSignature" />
- <rule ref="WCF.PHP.DiscouragePCRE" />
+ <!--rule ref="WCF.PHP.DiscouragePCRE" /--> <!-- TODO: Sniff is disabled by commenting out the extends in the sniff file! -->
<rule ref="WCF.Namespaces.SortedUseDeclaration" />
<rule ref="WCF.Namespaces.UseDeclaration" />
<rule ref="WCF.WhiteSpace.SuperfluousWhitespace" />