Passed
Push — dependabot/npm_and_yarn/docs/h... ( 63b7d8 )
by
unknown
10:20 queued 02:04
created
src/Http/Controllers/Admin/ModuleController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -439,10 +439,10 @@
 block discarded – undo
439 439
     }
440 440
 
441 441
     /**
442
-    * @param int $id
443
-    * @param int|null $submoduleId
444
-    * @return \Illuminate\Http\JsonResponse|\Illuminate\Http\RedirectResponse|\Illuminate\View\View
445
-    */
442
+     * @param int $id
443
+     * @param int|null $submoduleId
444
+     * @return \Illuminate\Http\JsonResponse|\Illuminate\Http\RedirectResponse|\Illuminate\View\View
445
+     */
446 446
     public function edit($id, $submoduleId = null)
447 447
     {
448 448
         $params = $this->request->route()->parameters();
Please login to merge, or discard this patch.