[Phpmyadmin-devel] Checkstyle warning for @subpackage
Michal Čihař
michal at cihar.com
Wed May 2 11:29:57 CEST 2012
Hi
Dne Sun, 29 Apr 2012 03:19:01 +0200
"J.M." <me at mynetx.net> napsal(a):
> File comments for @subpackage should not trigger as 'unknown tag/wrong
> indentation'.
>
> Issue like this:
> http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/1346/checkstyleResult/HIGH/file.752771460/
Well it's how PEAR coding standards do it.
This is wrong:
* @package PhpMyAdmin
* @subpackage Example
This is correct:
* @package PhpMyAdmin
* @subpackage Example
Fixed all occurrences in git.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20120502/6c751d9f/attachment.sig>
More information about the Developers
mailing list