Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
modules/sitemap/backend/views/default/_media.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/_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.
modules/sitemap/frontend/controllers/DefaultController.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\controllers;
9 9
 
Please login to merge, or discard this patch.
modules/sitemap/frontend/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\Url;
10 10
 
Please login to merge, or discard this patch.