Completed
Branch master (4b037e)
by Marco Da
01:42
created
controllers/DefaultController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace markmarco16\git\controllers;
4 4
 
5
-use Yii;
6 5
 use yii\web\Controller;
7 6
 use yii\data\ArrayDataProvider;
8 7
 use markmarco16\git\components\Repository;
Please login to merge, or discard this patch.
views/default/_files.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\helpers\Html;
4 3
 use yii\grid\GridView;
5 4
 ?>
6 5
 
Please login to merge, or discard this patch.