Completed
Push — master ( 266c9e...fcaf1b )
by monster
13s
created
src/controllers/DefaultController.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Displays a single SystemLog models.
55 55
      * @param integer $id
56
-     * @return mixed
56
+     * @return string
57 57
      */
58 58
     public function actionView($id)
59 59
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * Deletes an existing SystemLog models.
67 67
      * If deletion is successful, the browser will be redirected to the 'index' page.
68 68
      * @param integer $id
69
-     * @return mixed
69
+     * @return yii\web\Response
70 70
      */
71 71
     public function actionDelete($id)
72 72
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use monsterhunter\yii2\log\models\search\SystemLogSearch;
6 6
 use monsterhunter\yii2\log\models\SystemLog;
7
-use yii;
8 7
 use yii\filters\VerbFilter;
9 8
 use yii\web\Controller;
10 9
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.