Completed
Pull Request — 2.1-date-format-consistency (#11234)
by
unknown
40:11
created
apps/advanced/common/mail/layouts/text.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php
2
-use yii\helpers\Html;
3 2
 
4 3
 /* @var $this \yii\web\View view component instance */
5 4
 /* @var $message \yii\mail\MessageInterface the message being composed */
Please login to merge, or discard this patch.
apps/advanced/frontend/models/ResetPasswordForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use common\models\User;
5 5
 use yii\base\InvalidParamException;
6 6
 use yii\base\Model;
7
-use Yii;
8 7
 
9 8
 /**
10 9
  * Password reset form
Please login to merge, or discard this patch.
extensions/apidoc/templates/html/ApiRenderer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use yii\base\InvalidConfigException;
12 12
 use yii\helpers\Html;
13 13
 use yii\helpers\Json;
14
-use yii\helpers\StringHelper;
15 14
 use yii\web\JsExpression;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
extensions/debug/views/default/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 use yii\helpers\Html;
9 9
 use yii\grid\GridView;
10
-use yii\data\ArrayDataProvider;
11 10
 
12 11
 $this->title = 'Yii Debugger';
13 12
 ?>
Please login to merge, or discard this patch.