Completed
Push — master ( 1708c2...1a56f9 )
by Mohamed
07:56 queued 03:51
created
src/DataTables/UserDataTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     /**
121 121
      * Get columns.
122 122
      *
123
-     * @return array
123
+     * @return Column[]
124 124
      */
125 125
     protected function getColumns()
126 126
     {
Please login to merge, or discard this patch.
src/Http/Controllers/SettingController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
      * Update the specified resource in storage.
42 42
      *
43 43
      * @param UpdateFormRequest $request
44
-     * @param Setting $setting
45 44
      * @return RedirectResponse
46 45
      * @throws AuthorizationException
47 46
      */
Please login to merge, or discard this patch.