Completed
Push — master ( fb7a26...d5e2d7 )
by Agiel Kurniawan
04:29
created
common/models/search/PostComment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\PostComment as PostCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.
backend/widgets/RenderMenu.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\PostComment as PostCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.
common/models/ResetPasswordForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\PostComment as PostCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.
common/models/search/MediaComment.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\PostComment as PostCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.
common/models/search/Post.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace common\models\search;
9 9
 
10 10
 use common\models\PostComment as PostCommentModel;
11
-use Yii;
12 11
 use yii\base\Model;
13 12
 use yii\data\ActiveDataProvider;
14 13
 
Please login to merge, or discard this patch.
themes/writesdown/media/view-image.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -50,10 +50,10 @@
 block discarded – undo
50 50
                 </span>
51 51
                 <span class="comments-link">
52 52
                      <a title="<?= Yii::t(
53
-                         'writesdown',
54
-                         'Comment on {mediaTitle}',
55
-                         ['mediaTitle' => $media->title]
56
-                     ) ?>" href="<?= $media->url ?>#respond"><?= Yii::t('writesdown', 'Leave a comment') ?></a>
53
+                            'writesdown',
54
+                            'Comment on {mediaTitle}',
55
+                            ['mediaTitle' => $media->title]
56
+                        ) ?>" href="<?= $media->url ?>#respond"><?= Yii::t('writesdown', 'Leave a comment') ?></a>
57 57
                 </span>
58 58
             </div>
59 59
         </header>
Please login to merge, or discard this patch.
themes/writesdown/media/view.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,9 +50,9 @@
 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.
backend/controllers/TaxonomyController.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -173,7 +173,6 @@  discard block
 block discarded – undo
173 173
 
174 174
     /**
175 175
      * Updates an existing Term on 'view taxonomy' page.
176
-
177 176
      *
178 177
 *@param $id
179 178
      * @param $term
@@ -205,7 +204,6 @@  discard block
 block discarded – undo
205 204
     /**
206 205
      * Delete an existing Term of a taxonomy on 'view taxonomy' page.
207 206
      * If deletion is successful, the browser will be redirected to the 'view taxonomy' page.
208
-
209 207
      *
210 208
 *@param integer $id
211 209
      * @param integer $term
Please login to merge, or discard this patch.