Passed
Branch master (be24eb)
by Agiel Kurniawan
11:45
created
frontend/controllers/TermController.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
      * @param integer $id Term ID
29 29
      * @param null $slug Term slug
30 30
      * @throws \yii\web\NotFoundHttpException
31
-     * @return mixed
31
+     * @return string
32 32
      */
33 33
     public function actionView($id = null, $slug = null)
34 34
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * If the model is not found, a 404 HTTP exception will be thrown.
72 72
      *
73 73
      * @param integer $id Term ID
74
-     * @return Term the loaded model
74
+     * @return string the loaded model
75 75
      * @throws NotFoundHttpException if the model cannot be found
76 76
      */
77 77
     protected function findModel($id)
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      * @param string $slug Term Slug
93 93
      * @throws \yii\web\NotFoundHttpException
94 94
      * @internal param string $postslug
95
-     * @return Term the loaded model
95
+     * @return string the loaded model
96 96
      */
97 97
     protected function findModelBySlug($slug)
98 98
     {
Please login to merge, or discard this 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\controllers;
9 9
 
Please login to merge, or discard this patch.
frontend/controllers/UserController.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      *
28 28
      * @param null $id User ID
29 29
      * @param string|null $user Username
30
-     * @return mixed
30
+     * @return string
31 31
      * @throws \yii\web\NotFoundHttpException
32 32
      */
33 33
     public function actionView($id = null, $user = null)
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      * If the model is not found, a 404 HTTP exception will be thrown.
75 75
      *
76 76
      * @param int $id User ID
77
-     * @return User the loaded model
77
+     * @return string the loaded model
78 78
      * @throws NotFoundHttpException if the model cannot be found
79 79
      */
80 80
     protected function findModel($id)
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * If the model is not found, a 404 HTTP exception will be thrown.
92 92
      *
93 93
      * @param string $username Username
94
-     * @return User the loaded model
94
+     * @return string the loaded model
95 95
      * @throws NotFoundHttpException if the model cannot be found
96 96
      */
97 97
     protected function findModelByUsername($username)
Please login to merge, or discard this 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\controllers;
9 9
 
Please login to merge, or discard this patch.
backend/assets/AppAssetIe9.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 backend\assets;
9 9
 
Please login to merge, or discard this patch.
backend/assets/MediaAsset.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 backend\assets;
9 9
 
Please login to merge, or discard this patch.
backend/assets/MediaBrowserAsset.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 backend\assets;
9 9
 
Please login to merge, or discard this patch.
backend/assets/MediaModalAsset.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 backend\assets;
9 9
 
Please login to merge, or discard this patch.
backend/assets/MenuAsset.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 backend\assets;
9 9
 
Please login to merge, or discard this patch.
backend/assets/WidgetAsset.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 backend\assets;
9 9
 
Please login to merge, or discard this patch.
backend/controllers/EditorController.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 backend\controllers;
9 9
 
Please login to merge, or discard this patch.