svn: /pear/peardoc/trunk/en/package/php/php-codesniffer/ annotated-ruleset.xml
[email protected] (Greg Sherwood) Tue, 12 Oct 2010 05:37:50 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
squiz Tue, 12 Oct 2010 05:37:50 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=304343
Log:
Corrected sniff name in comments
Changed paths:
U pear/peardoc/trunk/en/package/php/php-codesniffer/annotated-ruleset.xml
Modified: pear/peardoc/trunk/en/package/php/php-codesniffer/annotated-ruleset.xml
===================================================================
--- pear/peardoc/trunk/en/package/php/php-codesniffer/annotated-ruleset.xml 2010-10-12 05:16:09 UTC (rev 304342)
+++ pear/peardoc/trunk/en/package/php/php-codesniffer/annotated-ruleset.xml 2010-10-12 05:37:50 UTC (rev 304343)
@@ -202,8 +202,8 @@
You can also hard-code ignore patterns for specific sniffs,
a feature not available on the command line.
- The code here will hide all messages from the Squiz DoubleQuoteUsageSniff
- for files that match either of the two exclude patterns.
+ The code here will hide all messages from the Squiz DoubleQuoteUsage
+ sniff for files that match either of the two exclude patterns.
-->
<rule ref="Squiz.Strings.DoubleQuoteUsage">
<exclude-pattern>*/tests/*</exclude-pattern>
@@ -214,7 +214,7 @@
You can also be more specific and just exclude some messages.
The code here will just hide the ContainsVar error generated by the
- Squiz FileCommentSniff for files that match either of the two
+ Squiz DoubleQuoteUsage sniff for files that match either of the two
exclude patterns.
-->
<rule ref="Squiz.Strings.DoubleQuoteUsage.ContainsVar">