Andrewsville / PHP-Token-Reflection

Library emulating the PHP internal reflection using just the tokenized source code
http://andrewsville.github.com/PHP-Token-Reflection/
Other
190 stars 44 forks source link

Fix problem with docBlock #34

Closed grevus closed 12 years ago

grevus commented 12 years ago

Hi.

I added test and fix problem with docComments, when after docBlock many line breaks. Example:

<?php

/**
 * TokenReflection_Test_ClassDocCommentManyLines.
 *
 * @copyright Copyright (c) 2011
 * @author author
 * @see http://php.net
 */

class TokenReflection_Test_ClassDocCommentManyLines
{
}
Andrewsville commented 12 years ago

Merged and released as part of the 1.0.2 version. Thanks!