![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| squiz Thu May 10 00:11:41 2007 UTC Modified files: /pear/PHP_CodeSniffer/scripts phpcs Log: Forgot to add new -l command line arg to usage string http://cvs.php.net/viewvc.cgi/pear/P...&diff_format=u Index: pear/PHP_CodeSniffer/scripts/phpcs diff -u pear/PHP_CodeSniffer/scripts/phpcs:1.13 pear/PHP_CodeSniffer/scripts/phpcs:1.14 --- pear/PHP_CodeSniffer/scripts/phpcs:1.13 Wed May 9 06:44:12 2007 +++ pear/PHP_CodeSniffer/scripts/phpcs Thu May 10 00:11:40 2007 @@ -12,7 +12,7 @@ * @author Marc McIntyre <mmcintyre@squiz.net> * @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600) * @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence - * @version CVS: $Id: phpcs,v 1.13 2007/05/09 06:44:12 squiz Exp $ + * @version CVS: $Id: phpcs,v 1.14 2007/05/10 00:11:40 squiz Exp $ * @link http://pear.php.net/package/PHP_CodeSniffer */ @@ -26,7 +26,7 @@ */ function PHP_CodeSniffer_printUsage() { - echo 'Usage: phpcs [-nvi] [--report=<report>] [--standard=<standard>] [--extensions=<extensions>] <file> ...'.PHP_EOL; + echo 'Usage: phpcs [-lnvi] [--report=<report>] [--standard=<standard>] [--extensions=<extensions>] <file> ...'.PHP_EOL; echo ' <file> : one or more files and/or directories to check'.PHP_EOL; echo ' <standard> : the name of the coding standard to use'.PHP_EOL; echo ' <report> : print either the "full" or "summary" report'.PHP_EOL; | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, pear, phpcs |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pear /PHP_CodeSniffer package.xml /PHP_CodeSniffer/CodeSniffer/CommentParser AbstractParser.php | Greg Sherwood | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /PHP_CodeSniffer CodeSniffer.php package.xml /PHP_CodeSniffer/scripts phpcs | Greg Sherwood | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /PHP_CodeSniffer/CodeSniffer File.php | Greg Sherwood | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting FileCommentSniff.php | Greg Sherwood | Pear | 0 | 05-20-2007 7:41 PM |
| cvs: pear /PHP_CodeSniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting FunctionCommentSniff.php /PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting FunctionCommentSniff.php | Greg Sherwood | Pear | 0 | 05-20-2007 7:41 PM |
| Featured Websites | ||||
|