Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
backend/views/term/_form.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+             * @link http://www.writesdown.com/
4
+             * @author Agiel K. Saputra <[email protected]>
5
+             * @copyright Copyright (c) 2015 WritesDown
6
+             * @license http://www.writesdown.com/license/
7
+             */
8 8
 
9 9
 use yii\helpers\ArrayHelper;
10 10
 use yii\helpers\Html;
Please login to merge, or discard this patch.
backend/views/term/_search.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+         * @link http://www.writesdown.com/
4
+         * @author Agiel K. Saputra <[email protected]>
5
+         * @copyright Copyright (c) 2015 WritesDown
6
+         * @license http://www.writesdown.com/license/
7
+         */
8 8
 
9 9
 use yii\helpers\Html;
10 10
 use yii\widgets\ActiveForm;
Please login to merge, or discard this patch.
backend/views/term/index.php 2 patches
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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+         * @link http://www.writesdown.com/
4
+         * @author Agiel K. Saputra <[email protected]>
5
+         * @copyright Copyright (c) 2015 WritesDown
6
+         * @license http://www.writesdown.com/license/
7
+         */
8 8
 
9 9
 use yii\grid\GridView;
10 10
 use yii\helpers\Html;
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
                 'class' => 'yii\grid\ActionColumn',
34 34
                 'template' => '{update} {delete}',
35 35
                 'buttons' => [
36
-                    'update' => function ($url, $model) {
36
+                    'update' => function($url, $model) {
37 37
                         return Html::a('<span class="glyphicon glyphicon-pencil"></span>', [
38 38
                             '/taxonomy/update-term',
39 39
                             'id' => $model->taxonomy->id,
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
                             'data-pjax' => '0',
44 44
                         ]);
45 45
                     },
46
-                    'delete' => function ($url, $model) {
46
+                    'delete' => function($url, $model) {
47 47
                         return Html::a('<span class="glyphicon glyphicon-trash"></span>', [
48 48
                             '/taxonomy/delete-term',
49 49
                             'id' => $model->taxonomy->id,
Please login to merge, or discard this patch.
backend/views/theme/_navigation.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+             * @link http://www.writesdown.com/
4
+             * @author Agiel K. Saputra <[email protected]>
5
+             * @copyright Copyright (c) 2015 WritesDown
6
+             * @license http://www.writesdown.com/license/
7
+             */
8 8
 
9 9
 use yii\bootstrap\Nav;
10 10
 
Please login to merge, or discard this patch.
backend/views/theme/_theme-detail.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+     * @link http://www.writesdown.com/
4
+     * @author Agiel K. Saputra <[email protected]>
5
+     * @copyright Copyright (c) 2015 WritesDown
6
+     * @license http://www.writesdown.com/license/
7
+     */
8 8
 
9 9
 use yii\helpers\Html;
10 10
 
Please login to merge, or discard this patch.
backend/views/theme/_theme-thumbnail.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+             * @link http://www.writesdown.com/
4
+             * @author Agiel K. Saputra <[email protected]>
5
+             * @copyright Copyright (c) 2015 WritesDown
6
+             * @license http://www.writesdown.com/license/
7
+             */
8 8
 
9 9
 use yii\helpers\Html;
10 10
 use yii\helpers\Url;
Please login to merge, or discard this patch.
backend/views/theme/detail.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+             * @link http://www.writesdown.com/
4
+             * @author Agiel K. Saputra <[email protected]>
5
+             * @copyright Copyright (c) 2015 WritesDown
6
+             * @license http://www.writesdown.com/license/
7
+             */
8 8
 
9 9
 /* @var $this yii\web\View */
10 10
 /* @var $theme [] */
Please login to merge, or discard this patch.
backend/views/theme/index.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+     * @link http://www.writesdown.com/
4
+     * @author Agiel K. Saputra <[email protected]>
5
+     * @copyright Copyright (c) 2015 WritesDown
6
+     * @license http://www.writesdown.com/license/
7
+     */
8 8
 
9 9
 use yii\bootstrap\Modal;
10 10
 
Please login to merge, or discard this patch.
backend/views/theme/upload.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.writesdown.com/
4
- * @author Agiel K. Saputra <[email protected]>
5
- * @copyright Copyright (c) 2015 WritesDown
6
- * @license http://www.writesdown.com/license/
7
- */
3
+     * @link http://www.writesdown.com/
4
+     * @author Agiel K. Saputra <[email protected]>
5
+     * @copyright Copyright (c) 2015 WritesDown
6
+     * @license http://www.writesdown.com/license/
7
+     */
8 8
 
9 9
 use yii\helpers\Html;
10 10
 use yii\widgets\ActiveForm;
Please login to merge, or discard this patch.