Completed
Branch master (12965e)
by monster
33:06
created
src/controllers/DefaultController.php 1 patch
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.