Completed
Pull Request — master (#3)
by Andrii
14:20
created
src/views/ticket/_rightBlock.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use hipanel\helpers\Url;
4 4
 use hipanel\modules\ticket\assets\ThreadCheckerAsset;
5 5
 use hipanel\widgets\AjaxModal;
6
-use hipanel\widgets\Box;
7 6
 use yii\bootstrap\Modal;
8 7
 use yii\helpers\Html;
9 8
 use yii\helpers\Json;
Please login to merge, or discard this patch.
src/models/Thread.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use hipanel\behaviors\File;
14 14
 use hipanel\helpers\Markdown;
15 15
 use hipanel\modules\client\models\Client;
16
-use phpDocumentor\Reflection\Types\Callable_;
17 16
 use stdClass;
18 17
 use Yii;
19 18
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.