mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Removed unused "use" statements
This commit is contained in:
		@ -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