@@ -28,7 +28,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | { |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -27,7 +27,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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) |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |
@@ -1,9 +1,9 @@ |
||
| 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 | |