Completed
Push — master ( c3a756...04d801 )
by Vadim
11:52
created
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.
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.
tests/acceptance/AcceptanceTester.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\PhpBrowser;
9
-use Codeception\Module\AcceptanceHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.
tests/functional/FunctionalTester.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\Filesystem;
9
-use Codeception\Module\FunctionalHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.
tests/unit/UnitTester.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\Asserts;
9
-use Codeception\Module\UnitHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.
tests/_support/_generated/AcceptanceTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\PhpBrowser;
9
-use Codeception\Module\AcceptanceHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.
tests/_support/_generated/FunctionalTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\Filesystem;
9
-use Codeception\Module\FunctionalHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.
tests/_support/_generated/UnitTesterActions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 
8 8
 use Codeception\Module\Asserts;
9
-use Codeception\Module\UnitHelper;
10 9
 
11 10
 /**
12 11
  * Inherited Methods
Please login to merge, or discard this patch.
console/migrations/m130524_201442_init.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\db\Schema;
4 3
 use yii\db\Migration;
5 4
 
6 5
 class m130524_201442_init extends Migration
Please login to merge, or discard this patch.