svn: /pear/peardoc/trunk/en/package/php/php-codesniffer/ reporting.xml

[email protected] (Greg Sherwood) Wed, 12 Jan 2011 22:26:36 +0000
Newsgroups php.pear.doc
Message-ID <[email protected]>
squiz                                    Wed, 12 Jan 2011 22:26:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=307427

Log:
Added a note to be clear that command line reports args are ignored when running in interactive mode

Changed paths:
    U   pear/peardoc/trunk/en/package/php/php-codesniffer/reporting.xml

Modified: pear/peardoc/trunk/en/package/php/php-codesniffer/reporting.xml
===================================================================
--- pear/peardoc/trunk/en/package/php/php-codesniffer/reporting.xml	2011-01-12 22:23:38 UTC (rev 307426)
+++ pear/peardoc/trunk/en/package/php/php-codesniffer/reporting.xml	2011-01-12 22:26:36 UTC (rev 307427)
@@ -388,6 +388,11 @@
 ]]>
    </screen>
   </example>
+  <note>
+   <simpara>
+    PHP_CodeSniffer will always print the full error report for a file when running in interactive mode. Any report types you specify on the command line will be ignored.
+   </simpara>
+  </note>
  </refsection>