@@ -24,7 +24,7 @@ discard block |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @param \TokenReflection\IReflectionMethod $method |
|
| 27 | + * @param string $type |
|
| 28 | 28 | * @return string |
| 29 | 29 | */ |
| 30 | 30 | protected function writeProperty($name, $type) { |
@@ -67,7 +67,8 @@ discard block |
||
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | - * @param \TokenReflection\IReflectionClass $class |
|
| 70 | + * @param string $params |
|
| 71 | + * @param string $returnType |
|
| 71 | 72 | * @return string |
| 72 | 73 | */ |
| 73 | 74 | protected function writeMethod($name, $params, $returnType) |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Flagbit\Plantuml\TokenReflection; |
| 4 | 4 | |
| 5 | 5 | use TokenReflection\IReflectionClass; |
| 6 | -use TokenReflection\IReflectionParameter; |
|
| 7 | 6 | |
| 8 | 7 | class DocContentWriter extends \Flagbit\Plantuml\TokenReflection\WriterAbstract |
| 9 | 8 | { |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | - * @param Flagbit\Plantuml\TokenReflection\WriterOptions $writerOptions |
|
| 11 | + * @param WriterOptions $writerOptions |
|
| 12 | 12 | */ |
| 13 | 13 | public function __construct(WriterOptions $writerOptions=null) |
| 14 | 14 | { |