@@ -128,8 +128,8 @@ |
||
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | - * @param $definitions |
|
| 132 | - * @param $term |
|
| 131 | + * @param string[] $definitions |
|
| 132 | + * @param string $term |
|
| 133 | 133 | * @return array |
| 134 | 134 | */ |
| 135 | 135 | protected function queueDefinitions( $definitions, $term ) { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | /** |
| 64 | 64 | * Lingo\Element constructor. |
| 65 | 65 | * |
| 66 | - * @param $term |
|
| 66 | + * @param string $term |
|
| 67 | 67 | * @param $definition |
| 68 | 68 | */ |
| 69 | 69 | public function __construct( &$term, &$definition = null ) { |