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

Request #15064 Improve PHPCS results?
Submitted: 2008-11-18 06:47 UTC
From: doconnor Assigned: ifeghali
Status: Verified Package: MDB2_Schema (version CVS)
PHP Version: 5.2.6 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


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 : 32 - 9 = ?

 
 [2008-11-18 06:47 UTC] doconnor (Daniel O'Connor)
Description: ------------ When I run PHPCS locally over it; I get: A TOTAL OF 473 ERROR(S) AND 659 WARNING(S) WERE FOUND IN 12 FILE(S) See also: http://pear.cweiske.de/codingstandards/MDB2_Schema Test script: --------------- clockwerx@clockwerx-desktop:~/pear/MDB2_Schema/MDB2$ phpcs --report=summary . Actual result: -------------- clockwerx@clockwerx-desktop:~/pear/MDB2_Schema/MDB2$ phpcs --report=summary . PHP CODE SNIFFER REPORT SUMMARY -------------------------------------------------------------------------------- FILE ERRORS WARNINGS -------------------------------------------------------------------------------- ...e/clockwerx/pear/MDB2_Schema/MDB2/Schema/Reserved/mssql.php 1 0 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema/Reserved/oci8.php 1 0 ...e/clockwerx/pear/MDB2_Schema/MDB2/Schema/Reserved/mysql.php 1 0 ...e/clockwerx/pear/MDB2_Schema/MDB2/Schema/Reserved/ibase.php 1 0 ...e/clockwerx/pear/MDB2_Schema/MDB2/Schema/Reserved/pgsql.php 1 0 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema/Tool.php 10 9 ...rx/pear/MDB2_Schema/MDB2/Schema/Tool/ParameterException.php 4 0 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema/Parser2.php 42 49 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema/Writer.php 54 143 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema/Validate.php 71 48 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema/Parser.php 12 139 /home/clockwerx/pear/MDB2_Schema/MDB2/Schema.php 275 271 -------------------------------------------------------------------------------- A TOTAL OF 473 ERROR(S) AND 659 WARNING(S) WERE FOUND IN 12 FILE(S) --------------------------------------------------------------------------------

Comments

 [2010-08-18 19:48 UTC] ifeghali (Igor Feghali)
-Status: Open +Status: Verified -Assigned To: +Assigned To: ifeghali
already working on it