Completed
Push — feature/scrutinizer ( e92f90...e0f777 )
by Tobias
06:00 queued 03:19
created
src/modules/prototype/models/search/Less.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 app\modules\prototype\models\search;
4 4
 
5
-use Yii;
6 5
 use yii\base\Model;
7 6
 use yii\data\ActiveDataProvider;
8 7
 use app\modules\prototype\models\Less as LessModel;
Please login to merge, or discard this patch.
src/views/layouts/main.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 use app\assets\AppAsset;
4 4
 use app\widgets\Alert;
5
-use yii\bootstrap\Nav;
6
-use yii\bootstrap\NavBar;
7 5
 use yii\helpers\Html;
8 6
 
9 7
 /* @var $this \yii\web\View */
Please login to merge, or discard this patch.
src/modules/backend/assets/AdminAsset.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link http://www.yiiframework.com/
4
- *
5
- * @copyright Copyright (c) 2008 Yii Software LLC
6
- * @license http://www.yiiframework.com/license/
7
- */
3
+     * @link http://www.yiiframework.com/
4
+     *
5
+     * @copyright Copyright (c) 2008 Yii Software LLC
6
+     * @license http://www.yiiframework.com/license/
7
+     */
8 8
 namespace app\modules\backend\assets;
9 9
 
10 10
 use yii\helpers\FileHelper;
Please login to merge, or discard this patch.
src/modules/prototype/widgets/HtmlWidget.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link http://www.diemeisterei.de/
4
- *
5
- * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+     * @link http://www.diemeisterei.de/
4
+     *
5
+     * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     */
10 10
 namespace app\modules\prototype\widgets;
11 11
 
12 12
 use yii\base\Widget;
Please login to merge, or discard this patch.
src/modules/prototype/models/search/Html.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 app\modules\prototype\models\search;
4 4
 
5
-use Yii;
6 5
 use yii\base\Model;
7 6
 use yii\data\ActiveDataProvider;
8 7
 use app\modules\prototype\models\Less as LessModel;
Please login to merge, or discard this patch.
src/widgets/Alert.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link http://www.yiiframework.com/
4
- *
5
- * @copyright Copyright (c) 2008 Yii Software LLC
6
- * @license http://www.yiiframework.com/license/
7
- */
3
+     * @link http://www.yiiframework.com/
4
+     *
5
+     * @copyright Copyright (c) 2008 Yii Software LLC
6
+     * @license http://www.yiiframework.com/license/
7
+     */
8 8
 namespace app\modules\backend\assets;
9 9
 
10 10
 use yii\helpers\FileHelper;
Please login to merge, or discard this patch.
src/modules/backend/views/layouts/box.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link http://www.diemeisterei.de/
4
- *
5
- * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+             * @link http://www.diemeisterei.de/
4
+             *
5
+             * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
6
+             *
7
+             * For the full copyright and license information, please view the LICENSE
8
+             * file that was distributed with this source code.
9
+             */
10 10
 ?>
11 11
 
12 12
 <?php $this->beginContent('@app/modules/backend/views/layouts/main.php'); ?>
Please login to merge, or discard this patch.