We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb922e commit ae66426Copy full SHA for ae66426
CodeSniffer.php
@@ -1017,6 +1017,18 @@ public function getFiles()
1017
}//end getFiles()
1018
1019
1020
+ /**
1021
+ * Gets the array of PHP_CodeSniffer_Sniff's.
1022
+ *
1023
+ * @return array(PHP_CodeSniffer_Sniff)
1024
+ */
1025
+ public function getSniffs()
1026
+ {
1027
+ return $this->listeners;
1028
+
1029
+ }//end getSniffs()
1030
1031
1032
/**
1033
* Takes a token produced from <code>token_get_all()</code> and produces a
1034
* more uniform token.
0 commit comments