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

Request #14940 Improve PHPCS results
Submitted: 2008-11-03 06:23 UTC
From: doconnor Assigned:
Status: Wont fix Package: HTML_AJAX (version CVS)
PHP Version: 5.2.6 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2008-11-03 06:23 UTC] doconnor (Daniel O'Connor)
Description: ------------ http://pear.cweiske.de/codingstandards/HTML_AJAX.html 6078 errors and 851 warnings Most of these are pretty easy to fix; ie: 1) Expected "foreach (...) {\n"; found "foreach(...) {\n" 2) Expected "if (...) {\n"; found "if(...) {\n" 3) Spaces must be used to indent lines; tabs are not allowed

Comments

 [2008-11-03 06:31 UTC] doconnor (Daniel O'Connor)
By fixing those errors, you get down to A TOTAL OF 289 ERROR(S) AND 1 WARNING(S) WERE FOUND IN 45 FILE(S)
 [2008-12-06 14:34 UTC] doconnor (Daniel O'Connor)
Ah, bugger; I started doing a bunch of this before realizing the code was hosted in an SVN repo. Patch: http://pastebin.com/f37ed81d1
 [2017-02-02 21:57 UTC] cweiske (Christian Weiske)
-Status: Open +Status: Wont fix
Nobody will do that.