@@ -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) |
@@ -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 | { |