Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
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.
modules/sitemap/frontend/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\Url;
10 10
 
Please login to merge, or discard this patch.
modules/sitemap/frontend/views/default/taxonomy.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.
modules/toolbar/frontend/Module.php 2 patches
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\toolbar\frontend;
9 9
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     public function bootstrap($app)
54 54
     {
55 55
         if (!$app->user->isGuest) {
56
-            $app->on(Application::EVENT_BEFORE_REQUEST, function () use ($app) {
56
+            $app->on(Application::EVENT_BEFORE_REQUEST, function() use ($app) {
57 57
                 $app->getView()->on(View::EVENT_END_BODY, [$this, 'renderToolbar']);
58 58
             });
59 59
         }
Please login to merge, or discard this patch.
requirements.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
- * Application requirement checker script.
4
- *
5
- * In order to run this script use the following console command:
6
- * php requirements.php
7
- *
8
- * In order to run this script from the web, you should copy it to the web root.
9
- * If you are using Linux you can create a hard link instead, using the following command:
10
- * ln requirements.php ../requirements.php
11
- */
3
+     * Application requirement checker script.
4
+     *
5
+     * In order to run this script use the following console command:
6
+     * php requirements.php
7
+     *
8
+     * In order to run this script from the web, you should copy it to the web root.
9
+     * If you are using Linux you can create a hard link instead, using the following command:
10
+     * ln requirements.php ../requirements.php
11
+     */
12 12
 
13 13
 // you may need to adjust this path to the correct Yii framework path
14 14
 $frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2';
Please login to merge, or discard this patch.
themes/writesdown/classes/assets/ThemeAsset.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 themes\writesdown\classes\assets;
9 9
 
Please login to merge, or discard this patch.
themes/writesdown/classes/meta/Meta.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 themes\writesdown\classes\meta;
9 9
 
Please login to merge, or discard this patch.
themes/writesdown/classes/meta/views/_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.
themes/writesdown/classes/widgets/Nav.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
 namespace themes\writesdown\classes\widgets;
10 10
 
Please login to merge, or discard this patch.