Completed
Push — master ( f5691f...6e3cf0 )
by Andrii
07:25
created
src/logic/bill/MonthlyQuantity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
tests/_support/Page/bill/Create.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.