Edit report at http://pear.php.net/bugs/bug.php?id=16193&edit=1
ID: 16193
Updated by: daniel.oconnor@gmail.com
Reported By: hm2k at php dot net
Summary: Expected 1 space before variable type
Status: Open
Type: Bug
Package: PHP_DocBlockGenerator
Package Version: 1.1.1
PHP Version: 5.2.9
-Assigned To:
+Assigned To: mcorne
Roadmap Versions:
New Comment:
-Assigned To:
+Assigned To: mcorne
Previous Comments:
------------------------------------------------------------------------
[2009-05-07 01:04:48] hm2k
Description:
------------
This is my line:
* @param string $path
docblockgen turns that into:
* @param string $path
phpcs gives:
Expected 1 space before variable type
------------------------------------------------------------------------