Completed
Pull Request — 2.1 (#14611)
by
unknown
06:00
created
framework/log/SyslogTarget.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Psr\Log\LogLevel;
11 11
 use Yii;
12 12
 use yii\helpers\VarDumper;
13
-use yii\profile\Profiler;
14 13
 
15 14
 /**
16 15
  * SyslogTarget writes log to syslog.
Please login to merge, or discard this patch.
framework/log/Target.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 yii\base\InvalidConfigException;
14 14
 use yii\helpers\ArrayHelper;
15 15
 use yii\helpers\VarDumper;
16
-use yii\profile\Profiler;
17 16
 use yii\web\Request;
18 17
 
19 18
 /**
Please login to merge, or discard this patch.