Completed
Pull Request — develop (#184)
by Tony
27:08
created
app/Http/Controllers/Widgets/WidgetDataController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@
 block discarded – undo
60 60
     /**
61 61
      * Display the alerts widget.
62 62
      *
63
-     * @param AlertsDataTable $dataTable
64 63
      * @param null $action
65 64
      * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View
66 65
      */
Please login to merge, or discard this patch.
app/Api/Controllers/GraphController.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param Request $request
41 41
      * @param string $type
42
-     * @return \Illuminate\Pagination\LengthAwarePaginator
42
+     * @return string
43 43
      */
44 44
     public function json(Request $request, $type)
45 45
     {
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param Request $request
54 54
      * @param string $type
55
-     * @return \Illuminate\Pagination\LengthAwarePaginator
55
+     * @return string
56 56
      */
57 57
     public function png(Request $request, $type)
58 58
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      *
65 65
      * @param Request $request
66 66
      * @param string $type
67
-     * @return \Illuminate\Pagination\LengthAwarePaginator
67
+     * @return string
68 68
      */
69 69
     public function csv(Request $request, $type)
70 70
     {
@@ -77,6 +77,7 @@  discard block
 block discarded – undo
77 77
      *
78 78
      * @param string $type
79 79
      * @param Request $request
80
+     * @param string $format
80 81
      * @return string
81 82
      * @throws \Exception
82 83
      */
Please login to merge, or discard this patch.