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

Bug #17734 Generic SubversionPropertiesSniff complains on non SVN files
Submitted: 2010-08-18 10:35 UTC
From: cybot Assigned: squiz
Status: Closed Package: PHP_CodeSniffer (version 1.3.0a1)
PHP Version: 5.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2010-08-18 10:35 UTC] cybot (Sebastian Mendel)
Description: ------------ If i include SubversionPropertiesSniff into my coding standard it also complains about non SVN files whether they are just not part of SVN repository or the whole project is not a SVN project (but git) i am not sure if this is a bug or more a feature request Expected result: ---------------- complains about missing properties Actual result: -------------- ignore non SVN files

Comments

 [2010-08-20 09:38 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. I changed the the name of the properties() method to getProperties() - so be careful if you are overriding this method for some reason.