@@ -123,7 +123,7 @@ |
||
123 | 123 | |
124 | 124 | /** |
125 | 125 | * Avoids sending junk to search server |
126 | - * @param $attribute |
|
126 | + * @param string $attribute |
|
127 | 127 | * @return bool |
128 | 128 | * @throws \yii\base\InvalidConfigException |
129 | 129 | */ |
@@ -128,7 +128,7 @@ |
||
128 | 128 | /** |
129 | 129 | * Removes shortest search terms from terms map |
130 | 130 | * |
131 | - * @param $maxCount |
|
131 | + * @param integer $maxCount |
|
132 | 132 | */ |
133 | 133 | private function removeShortestTerms($maxCount) |
134 | 134 | { |