Passed
Branch develop (d43abc)
by Serge
05:28 queued 03:13
created
RobotsTxt.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Yii2 module for automatically generating robots.txt.
4
- *
5
- * @link https://github.com/himiklab/yii2-sitemap-module
6
- * @author Serge Larin <[email protected]>
7
- * @author HimikLab
8
- * @copyright 2015 Assayer Pro Company
9
- * @license http://opensource.org/licenses/MIT MIT
10
- *
11
- */
3
+     * Yii2 module for automatically generating robots.txt.
4
+     *
5
+     * @link https://github.com/himiklab/yii2-sitemap-module
6
+     * @author Serge Larin <[email protected]>
7
+     * @author HimikLab
8
+     * @copyright 2015 Assayer Pro Company
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     *
11
+     */
12 12
 namespace assayerpro\sitemap;
13 13
 
14 14
 use Yii;
Please login to merge, or discard this patch.
Sitemap.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Yii2 module for automatically generating XML Sitemap.
4
- *
5
- * @link https://github.com/himiklab/yii2-sitemap-module
6
- * @author Serge Larin <[email protected]>
7
- * @author HimikLab
8
- * @copyright 2015 Assayer Pro Company
9
- * @copyright Copyright (c) 2014 HimikLab
10
- * @license http://opensource.org/licenses/MIT MIT
11
- *
12
- * based on https://github.com/himiklab/yii2-sitemap-module
13
- */
3
+     * Yii2 module for automatically generating XML Sitemap.
4
+     *
5
+     * @link https://github.com/himiklab/yii2-sitemap-module
6
+     * @author Serge Larin <[email protected]>
7
+     * @author HimikLab
8
+     * @copyright 2015 Assayer Pro Company
9
+     * @copyright Copyright (c) 2014 HimikLab
10
+     * @license http://opensource.org/licenses/MIT MIT
11
+     *
12
+     * based on https://github.com/himiklab/yii2-sitemap-module
13
+     */
14 14
 
15 15
 namespace assayerpro\sitemap;
16 16
 
Please login to merge, or discard this patch.
behaviors/SitemapBehavior.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Behavior for XML Sitemap Yii2 module.
4
- *
5
- * @author Serge Larin <[email protected]>
6
- * @link https://github.com/assayer-pro/yii2-sitemap-module
7
- * @copyright 2015 Assayer Pro Company
8
- * @license http://opensource.org/licenses/MIT MIT
9
- *
10
- * based on https://github.com/himiklab/yii2-sitemap-module
11
- */
3
+     * Behavior for XML Sitemap Yii2 module.
4
+     *
5
+     * @author Serge Larin <[email protected]>
6
+     * @link https://github.com/assayer-pro/yii2-sitemap-module
7
+     * @copyright 2015 Assayer Pro Company
8
+     * @license http://opensource.org/licenses/MIT MIT
9
+     *
10
+     * based on https://github.com/himiklab/yii2-sitemap-module
11
+     */
12 12
 
13 13
 namespace assayerpro\sitemap\behaviors;
14 14
 
Please login to merge, or discard this patch.
console/CreateController.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
- * CreateController for sitemap module
4
- *
5
- * @link https://github.com/assayer-pro/yii2-sitemap-module
6
- * @author Serge Larin <[email protected]>
7
- * @copyright 2015 Assayer Pro Company
8
- * @license http://opensource.org/licenses/MIT MIT
9
- */
3
+     * CreateController for sitemap module
4
+     *
5
+     * @link https://github.com/assayer-pro/yii2-sitemap-module
6
+     * @author Serge Larin <[email protected]>
7
+     * @copyright 2015 Assayer Pro Company
8
+     * @license http://opensource.org/licenses/MIT MIT
9
+     */
10 10
 
11 11
 namespace assayerpro\sitemap\console;
12 12
 
Please login to merge, or discard this patch.
controllers/DefaultController.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DefaultController for sitemap module
4
- *
5
- * @link https://github.com/himiklab/yii2-sitemap-module
6
- * @author Serge Larin <[email protected]>
7
- * @author HimikLab
8
- * @copyright 2015 Assayer Pro Company
9
- * @copyright Copyright (c) 2014 HimikLab
10
- * @license http://opensource.org/licenses/MIT MIT
11
- */
3
+     * DefaultController for sitemap module
4
+     *
5
+     * @link https://github.com/himiklab/yii2-sitemap-module
6
+     * @author Serge Larin <[email protected]>
7
+     * @author HimikLab
8
+     * @copyright 2015 Assayer Pro Company
9
+     * @copyright Copyright (c) 2014 HimikLab
10
+     * @license http://opensource.org/licenses/MIT MIT
11
+     */
12 12
 
13 13
 namespace assayerpro\sitemap\controllers;
14 14
 
Please login to merge, or discard this patch.