[Phpmyadmin-devel] Checkstyle warning for @subpackage

29 Apr
2012
29 Apr
'12
3:19 a.m.
File comments for @subpackage should not trigger as 'unknown tag/wrong indentation'. Issue like this: http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/1346/checkstyleResult/HIG...

2 May
2 May
11:29 a.m.
Hi Dne Sun, 29 Apr 2012 03:19:01 +0200 "J.M." <me@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/HIG...
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
4884
Age (days ago)
4887
Last active (days ago)
1 comments
2 participants
participants (2)
-
J.M.
-
Michal Čihař