Completed
Pull Request — develop (#121)
by Neil
03:26
created
app/Http/Controllers/Widgets/WidgetDataController.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@  discard block
 block discarded – undo
35 35
     /**
36 36
      * Display the eventlog widget.
37 37
      *
38
-     * @param  int  $id
39 38
      * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View
40 39
      */
41 40
     public function eventlog(EventlogDataTable $dataTable)
@@ -47,7 +46,6 @@  discard block
 block discarded – undo
47 46
     /**
48 47
      * Display the alerts widget.
49 48
      *
50
-     * @param  int  $id
51 49
      * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View
52 50
      */
53 51
     public function alerts(AlertsDataTable $dataTable)
@@ -58,7 +56,6 @@  discard block
 block discarded – undo
58 56
     /**
59 57
      * Display the availability-map widget.
60 58
      *
61
-     * @param  int  $id
62 59
      * @return \Illuminate\Http\Response|null
63 60
      */
64 61
     public function availability_map()
Please login to merge, or discard this patch.