Completed
Push — master ( a82fec...cf3991 )
by Dmitry
09:24
created
src/logic/AbstractTariffManager.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,6 @@
 block discarded – undo
15 15
 use Yii;
16 16
 use yii\base\InvalidConfigException;
17 17
 use yii\base\Object;
18
-use yii\helpers\ArrayHelper;
19
-use yii\web\ForbiddenHttpException;
20
-use yii\web\NotFoundHttpException;
21 18
 
22 19
 abstract class AbstractTariffManager extends Object
23 20
 {
Please login to merge, or discard this patch.
src/logic/CertificateTariffManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use hiqdev\hiart\ResponseErrorException;
19 19
 use Yii;
20 20
 use yii\base\InvalidConfigException;
21
-use yii\web\NotFoundHttpException;
22 21
 use yii\web\UnprocessableEntityHttpException;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.