Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
themes/writesdown/media/view.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@  discard block
 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 frontend\assets\CommentAsset;
@@ -50,9 +50,9 @@  discard block
 block discarded – undo
50 50
                 </span>
51 51
                 <span class="comments-link">
52 52
                      <a title="<?= Yii::t(
53
-                         'writesdown', 'Comment on {mediaTitle}',
54
-                         ['mediaTitle' => $media->title]
55
-                     ) ?>" href="<?= $media->url ?>#respond"><?= Yii::t('writesdown', 'Leave a comment') ?></a>
53
+                            'writesdown', 'Comment on {mediaTitle}',
54
+                            ['mediaTitle' => $media->title]
55
+                        ) ?>" href="<?= $media->url ?>#respond"><?= Yii::t('writesdown', 'Leave a comment') ?></a>
56 56
                 </span>
57 57
             </div>
58 58
         </header>
Please login to merge, or discard this patch.
themes/writesdown/post-comment/_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 common\models\Option;
10 10
 use yii\helpers\Html;
Please login to merge, or discard this patch.
themes/writesdown/post-comment/comments.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 frontend\widgets\comment\PostComment;
Please login to merge, or discard this patch.
themes/writesdown/post/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
@@ -81,7 +81,7 @@
 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.
themes/writesdown/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
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
 $category = $post->getTerms()
45 45
     ->innerJoinWith([
46
-        'taxonomy' => function ($query) {
46
+        'taxonomy' => function($query) {
47 47
             /* @var $query \yii\db\ActiveQuery */
48 48
             $query->from(['taxonomy' => Taxonomy::tableName()]);
49 49
         },
Please login to merge, or discard this patch.
themes/writesdown/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
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 
47 47
 $category = $post->getTerms()
48 48
     ->innerJoinWith([
49
-        'taxonomy' => function ($query) {
49
+        'taxonomy' => function($query) {
50 50
             /* @var $query \yii\db\ActiveQuery */
51 51
             $query->from(['taxonomy' => Taxonomy::tableName()]);
52 52
         },
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
         <footer class="footer-meta">
102 102
             <?php $tags = $post->getTerms()
103 103
                 ->innerJoinWith([
104
-                    'taxonomy' => function ($query) {
104
+                    'taxonomy' => function($query) {
105 105
                         /** @var $query \yii\db\ActiveQuery */
106 106
                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
107 107
                     },
Please login to merge, or discard this patch.
themes/writesdown/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 frontend\widgets\Alert;
Please login to merge, or discard this patch.
themes/writesdown/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
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                         <footer class="footer-meta">
73 73
                             <?php $tags = $post->getTerms()
74 74
                                 ->innerJoinWith([
75
-                                    'taxonomy' => function ($query) {
75
+                                    'taxonomy' => function($query) {
76 76
                                         /** @var $query \yii\db\ActiveQuery */
77 77
                                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
78 78
                                     },
Please login to merge, or discard this patch.
themes/writesdown/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
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
                         <footer class="footer-meta">
84 84
                             <?php $tags = $post->getTerms()
85 85
                                 ->innerJoinWith([
86
-                                    'taxonomy' => function ($query) {
86
+                                    'taxonomy' => function($query) {
87 87
                                         /** @var $query \yii\db\ActiveQuery */
88 88
                                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
89 89
                                     },
Please login to merge, or discard this patch.