octicon-rss(16/)
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Removed unused "use" statements
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
octicon-diff(16/tw-mr-1) 4 changed files with 2 additions and 9 deletions
@@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
use yii\helpers\Html;
|
use yii\helpers\Html;
|
||||||
use yii\mail\BaseMessage;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \yii\web\View $this
|
* @var \yii\web\View $this
|
||||||
* @var BaseMessage $content
|
* @var \yii\mail\BaseMessage $content
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<?php $this->beginPage() ?>
|
<?php $this->beginPage() ?>
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
use yii\helpers\Html;
|
use yii\helpers\Html;
|
||||||
use yii\mail\BaseMessage;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \yii\web\View $this
|
* @var \yii\web\View $this
|
||||||
* @var BaseMessage $content
|
* @var \yii\mail\BaseMessage $content
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<?php $this->beginPage() ?>
|
<?php $this->beginPage() ?>
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
use yii\helpers\Html;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var yii\debug\panels\ConfigPanel $panel
|
* @var yii\debug\panels\ConfigPanel $panel
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use yii\helpers\Html;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var yii\debug\panels\ConfigPanel $panel
|
* @var yii\debug\panels\ConfigPanel $panel
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user