@@ -97,7 +97,7 @@ |
||
| 97 | 97 | /** |
| 98 | 98 | * Returns the superclass this class is extending if available. |
| 99 | 99 | * |
| 100 | - * @return NUll|Fqsen |
|
| 100 | + * @return Class_ |
|
| 101 | 101 | */ |
| 102 | 102 | public function getParent() |
| 103 | 103 | { |
@@ -103,7 +103,7 @@ |
||
| 103 | 103 | * Gets Namespace from the project if it exists, otherwise returns a new namepace |
| 104 | 104 | * |
| 105 | 105 | * @param Project $project |
| 106 | - * @param $name |
|
| 106 | + * @param string $name |
|
| 107 | 107 | * @return Namespace_ |
| 108 | 108 | */ |
| 109 | 109 | private function getNamespaceByName(Project $project, $name) |
@@ -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 | */ |
@@ -164,7 +164,7 @@ |
||
| 164 | 164 | * @param StrategyContainer $strategies |
| 165 | 165 | * @param Context $context |
| 166 | 166 | * @param Node[] $nodes |
| 167 | - * @return null|\phpDocumentor\Reflection\DocBlock |
|
| 167 | + * @return null|\phpDocumentor\Reflection\Element |
|
| 168 | 168 | */ |
| 169 | 169 | protected function createFileDocBlock( |
| 170 | 170 | Doc $docBlock = null, |