Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 3.7.2

Request #18839 [Patch] Fix miscount of warnings in AbstractSniffUnitTest.php
Submitted: 2011-09-17 13:16 UTC
From: illusori Assigned: squiz
Status: Closed Package: PHP_CodeSniffer (version SVN)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 39 - 3 = ?

 
 [2011-09-17 13:16 UTC] illusori (Sam Graham)
Description: ------------ AbstractSniffUnitTest counts only finds one warning generated per line. This patch copies a fix for this problem from the found errors loop to the found warnings loop.

Comments

 [2011-09-17 13:17 UTC] illusori (Sam Graham)
 [2011-09-19 08:37 UTC] squiz (Greg Sherwood)
-Status: Open +Status: Closed -Assigned To: +Assigned To: squiz
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Thanks for the patch.