@@ -6,7 +6,6 @@ |
||
6 | 6 | use hipanel\modules\finance\models\Bill; |
7 | 7 | use hipanel\modules\finance\models\Charge; |
8 | 8 | use hipanel\modules\server\models\Consumption; |
9 | -use hiqdev\php\units\Quantity; |
|
10 | 9 | use Yii; |
11 | 10 | |
12 | 11 | /** |
@@ -149,7 +149,7 @@ |
||
149 | 149 | /** |
150 | 150 | * Looking for blank errors for the given fields. |
151 | 151 | * |
152 | - * @param array $fieldsList |
|
152 | + * @param string[] $fieldsList |
|
153 | 153 | * @throws \Exception |
154 | 154 | */ |
155 | 155 | public function containsBlankFieldsError(array $fieldsList): void |