Restored indentation in multi-line tag descriptions, and applied them where they were previously missing.

This commit is contained in:
Vasil Rangelov
2012-11-05 23:14:32 +02:00
parent d6119709ba
commit a4107acb6d
3 changed files with 20 additions and 18 deletions
@@ -55,7 +55,7 @@ class LongDescription implements \Reflector
* Returns the parsed text of this description.
*
* @return array An array of strings and tag objects, in the order they
* occur within the description.
* occur within the description.
*/
public function getParsedContents()
{
@@ -109,7 +109,8 @@ class LongDescription implements \Reflector
/**
* Builds a string representation of this object.
*
* @todo determine the exact format as used by PHP Reflection and implement it.
* @todo determine the exact format as used by PHP Reflection
* and implement it.
*
* @return void
*/