@@ -99,7 +99,6 @@ |
||
99 | 99 | /** |
100 | 100 | * Calculates the price for this specific component. |
101 | 101 | * |
102 | - * @param float[] $...additionalPrices Additional costs may be passed |
|
103 | 102 | * |
104 | 103 | * @return float |
105 | 104 | */ |
@@ -48,7 +48,7 @@ |
||
48 | 48 | * Returns true when the strategy is able to handle the object. |
49 | 49 | * |
50 | 50 | * |
51 | - * @param mixed $object object to check. |
|
51 | + * @param Doc $object object to check. |
|
52 | 52 | */ |
53 | 53 | public function matches($object): bool |
54 | 54 | { |
@@ -154,7 +154,7 @@ |
||
154 | 154 | |
155 | 155 | /** |
156 | 156 | * @param Node[] $nodes |
157 | - * @return null|\phpDocumentor\Reflection\DocBlock |
|
157 | + * @return null|\phpDocumentor\Reflection\Element |
|
158 | 158 | */ |
159 | 159 | protected function createFileDocBlock( |
160 | 160 | Doc $docBlock = null, |
@@ -98,6 +98,7 @@ |
||
98 | 98 | |
99 | 99 | /** |
100 | 100 | * Gets Namespace from the project if it exists, otherwise returns a new namepace |
101 | + * @param string $name |
|
101 | 102 | */ |
102 | 103 | private function getNamespaceByName(Project $project, $name): Namespace_ |
103 | 104 | { |
@@ -111,6 +111,7 @@ |
||
111 | 111 | |
112 | 112 | /** |
113 | 113 | * Resets the state of the object to an empty state. |
114 | + * @param string $namespace |
|
114 | 115 | */ |
115 | 116 | private function resetState(?string $namespace = null): void |
116 | 117 | { |