Test Setup Failed
Push — master ( 075dbc...723885 )
by Xu
36:25
created
src/admin/controllers/VolumeController.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -149,13 +149,13 @@
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-      * Batch Delete existing Volume model.
153
-      * If deletion is successful, the browser will be redirected to the 'index' page.
154
-      * @return mixed
155
-      * @throws NotFoundHttpException
156
-      * @throws \Throwable
157
-      * @throws \yii\db\StaleObjectException
158
-      */
152
+     * Batch Delete existing Volume model.
153
+     * If deletion is successful, the browser will be redirected to the 'index' page.
154
+     * @return mixed
155
+     * @throws NotFoundHttpException
156
+     * @throws \Throwable
157
+     * @throws \yii\db\StaleObjectException
158
+     */
159 159
     public function actionBatchDelete()
160 160
     {
161 161
         if (($ids = Yii::$app->request->post('ids', null)) != null) {
Please login to merge, or discard this patch.