@@ -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 ) { |
@@ -58,8 +58,8 @@ |
||
58 | 58 | |
59 | 59 | /** |
60 | 60 | * Lingo\Element constructor. |
61 | - * @param $term |
|
62 | - * @param $definition |
|
61 | + * @param string $term |
|
62 | + * @param string $definition |
|
63 | 63 | */ |
64 | 64 | public function __construct( &$term, &$definition = null ) { |
65 | 65 |