Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
themes/writesdown/site/search.php 1 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.
themes/writesdown/term/view-category.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                         <footer class="footer-meta">
83 83
                             <?php $tags = $post->getTerms()
84 84
                                 ->innerJoinWith([
85
-                                    'taxonomy' => function ($query) {
85
+                                    'taxonomy' => function($query) {
86 86
                                         /** @var $query \yii\db\ActiveQuery */
87 87
                                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
88 88
                                     },
Please login to merge, or discard this patch.
themes/writesdown/term/view-tag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                         <footer class="footer-meta">
83 83
                             <?php $tags = $post->getTerms()
84 84
                                 ->innerJoinWith([
85
-                                    'taxonomy' => function ($query) {
85
+                                    'taxonomy' => function($query) {
86 86
                                         /** @var $query \yii\db\ActiveQuery */
87 87
                                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
88 88
                                     },
Please login to merge, or discard this patch.
themes/writesdown/term/view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                         <footer class="footer-meta">
83 83
                             <?php $tags = $post->getTerms()
84 84
                                 ->innerJoinWith([
85
-                                    'taxonomy' => function ($query) {
85
+                                    'taxonomy' => function($query) {
86 86
                                         /** @var $query \yii\db\ActiveQuery */
87 87
                                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
88 88
                                     },
Please login to merge, or discard this patch.
themes/writesdown/user/view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
                         <footer class="footer-meta">
81 81
                             <?php $tags = $post->getTerms()
82 82
                                 ->innerJoinWith([
83
-                                    'taxonomy' => function ($query) {
83
+                                    'taxonomy' => function($query) {
84 84
                                         /** @var $query \yii\db\ActiveQuery */
85 85
                                         return $query->from(['taxonomy' => Taxonomy::tableName()]);
86 86
                                     },
Please login to merge, or discard this patch.