Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
frontend/views/post/protected.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 common\models\Option;
10 10
 use common\models\Taxonomy;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 ];
24 24
 $category = $post->getTerms()
25 25
     ->innerJoinWith([
26
-        'taxonomy' => function ($query) {
26
+        'taxonomy' => function($query) {
27 27
             /* @var $query \yii\db\ActiveQuery */
28 28
             $query->from(['taxonomy' => Taxonomy::tableName()]);
29 29
         },
Please login to merge, or discard this patch.
frontend/views/post/view.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 common\models\Option;
10 10
 use common\models\Taxonomy;
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 ];
25 25
 $category = $post->getTerms()
26 26
     ->innerJoinWith([
27
-        'taxonomy' => function ($query) {
27
+        'taxonomy' => function($query) {
28 28
             /* @var $query \yii\db\ActiveQuery */
29 29
             $query->from(['taxonomy' => Taxonomy::tableName()]);
30 30
         },
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
         <footer class="footer-meta">
82 82
             <?php $tags = $post->getTerms()
83 83
                 ->innerJoinWith([
84
-                    'taxonomy' => function ($query) {
84
+                    'taxonomy' => function($query) {
85 85
                         /** @var $query \yii\db\ActiveQuery */
86 86
                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
87 87
                     },
Please login to merge, or discard this patch.
frontend/views/site/contact.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 common\models\Option;
10 10
 use yii\bootstrap\ActiveForm;
Please login to merge, or discard this patch.
frontend/views/site/error.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.
frontend/views/site/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 common\models\Option;
10 10
 use common\models\Taxonomy;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
                 <footer class="footer-meta">
65 65
                     <?php $tags = $post->getTerms()
66 66
                         ->innerJoinWith([
67
-                            'taxonomy' => function ($query) {
67
+                            'taxonomy' => function($query) {
68 68
                                 /** @var $query \yii\db\ActiveQuery */
69 69
                                 return $query->from(['taxonomy' => Taxonomy::tableName()]);
70 70
                             },
Please login to merge, or discard this patch.
frontend/views/site/search.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 common\models\Option;
10 10
 use common\models\Taxonomy;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
                 <footer class="footer-meta">
72 72
                     <?php $tags = $post->getTerms()
73 73
                         ->innerJoinWith([
74
-                            'taxonomy' => function ($query) {
74
+                            'taxonomy' => function($query) {
75 75
                                 /** @var $query \yii\db\ActiveQuery */
76 76
                                 return $query->from(['taxonomy' => Taxonomy::tableName()]);
77 77
                             },
Please login to merge, or discard this patch.
frontend/views/term/view.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 common\models\Option;
10 10
 use common\models\Taxonomy;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 <footer class="footer-meta">
69 69
                     <?php $tags = $post->getTerms()
70 70
                         ->innerJoinWith([
71
-                            'taxonomy' => function ($query) {
71
+                            'taxonomy' => function($query) {
72 72
                                 /** @var $query \yii\db\ActiveQuery */
73 73
                                 return $query->from(['taxonomy' => Taxonomy::tableName()]);
74 74
                             },
Please login to merge, or discard this patch.
frontend/views/user/view.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 common\models\Option;
10 10
 use common\models\Taxonomy;
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 <footer class="footer-meta">
69 69
                     <?php $tags = $post->getTerms()
70 70
                         ->innerJoinWith([
71
-                            'taxonomy' => function ($query) {
71
+                            'taxonomy' => function($query) {
72 72
                                 /** @var $query \yii\db\ActiveQuery */
73 73
                                 return $query->from(['taxonomy' => Taxonomy::tableName()]);
74 74
                             },
Please login to merge, or discard this patch.
frontend/widgets/Alert.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 frontend\widgets;
9 9
 
Please login to merge, or discard this patch.