Completed
Pull Request — develop (#121)
by Neil
03:37
created
app/Http/Controllers/Widgets/WidgetDataController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,6 @@  discard block
 block discarded – undo
108 108
     /**
109 109
      * Display the device-summary widget.
110 110
      *
111
-     * @param  string|null  $type
112 111
      * @return \Illuminate\Http\Response|null
113 112
      */
114 113
     public function device_summary(Request $request)
@@ -148,7 +147,6 @@  discard block
 block discarded – undo
148 147
     /**
149 148
      * Display the Worldmap widget.
150 149
      *
151
-     * @param  string|null  $type
152 150
      * @return \Illuminate\Http\Response|null
153 151
      */
154 152
     public function worldmap(Request $request)
Please login to merge, or discard this patch.