fix type mapping for return tag

This commit is contained in:
Jaapio
2015-07-05 11:30:12 +02:00
parent ed4c6b77ab
commit 8d24ce351f
2 changed files with 34 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ final class StandardTagFactory implements TagFactory
'property-read' => '\phpDocumentor\Reflection\DocBlock\Tags\PropertyRead',
'property' => '\phpDocumentor\Reflection\DocBlock\Tags\Property',
'property-write' => '\phpDocumentor\Reflection\DocBlock\Tags\PropertyWrite',
'return' => '\phpDocumentor\Reflection\DocBlock\Tags\Return',
'return' => '\phpDocumentor\Reflection\DocBlock\Tags\Return_',
'see' => '\phpDocumentor\Reflection\DocBlock\Tags\See',
'since' => '\phpDocumentor\Reflection\DocBlock\Tags\Since',
'source' => '\phpDocumentor\Reflection\DocBlock\Tags\Source',