@@ -89,7 +89,7 @@ |
||
| 89 | 89 | /** |
| 90 | 90 | * Get the name for this component by parsing the name template. |
| 91 | 91 | * |
| 92 | - * @return type |
|
| 92 | + * @return string |
|
| 93 | 93 | */ |
| 94 | 94 | public function get_name() |
| 95 | 95 | { |
@@ -123,7 +123,7 @@ |
||
| 123 | 123 | /** |
| 124 | 124 | * |
| 125 | 125 | * @param type $args |
| 126 | - * @return type |
|
| 126 | + * @return AbstractComponent |
|
| 127 | 127 | */ |
| 128 | 128 | private function create_component( $args ) |
| 129 | 129 | { |