Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
modules/sitemap/backend/views/default/_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\bootstrap\Nav;
10 10
 use yii\helpers\Html;
Please login to merge, or discard this patch.
modules/sitemap/backend/views/default/_home.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.
modules/sitemap/backend/views/default/_media.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\helpers\Html;
10 10
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,7 @@
 block discarded – undo
21 21
         <label>
22 22
             <?php
23 23
             $checked = isset($option['media']['enable']) && $option['media']['enable'] ?
24
-                true :
25
-                false;
24
+                true : false;
26 25
             ?>
27 26
             <?= Html::checkbox("Option[option_value][media][enable]", $checked, ['value' => 1]) ?>
28 27
 
Please login to merge, or discard this patch.
modules/sitemap/backend/views/default/_post-types.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.
modules/sitemap/backend/views/default/_taxonomies.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.
modules/sitemap/backend/views/default/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
 /* @var $this yii\web\View */
10 10
 /* @var $optionName string */
Please login to merge, or discard this patch.
modules/sitemap/config/main.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
 return [
10 10
     'name'               => 'sitemap',
Please login to merge, or discard this patch.
modules/sitemap/config/params.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
 return [
10 10
     'backend' => [
Please login to merge, or discard this patch.
modules/sitemap/frontend/Module.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link      http://www.writesdown.com/
4
- * @copyright Copyright (c) 2015 WritesDown
5
- * @license   http://www.writesdown.com/license/
6
- */
3
+     * @link      http://www.writesdown.com/
4
+     * @copyright Copyright (c) 2015 WritesDown
5
+     * @license   http://www.writesdown.com/license/
6
+     */
7 7
 
8 8
 namespace modules\sitemap\frontend;
9 9
 
Please login to merge, or discard this patch.