Completed
Push — master ( b95ba0...2412b9 )
by Bram
02:35
created
code/fields/GuestListExportButton.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      * @param      $gridField
51 51
      * @param null $request
52 52
      *
53
-     * @return mixed
53
+     * @return \SS_HTTPResponse|null
54 54
      */
55 55
     public function handleExport($gridField, $request = null) {
56 56
         $now = Date("d-m-Y-H-i");
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * Generate export fields for CSV.
66 66
      *
67 67
      * @param GridField $gridField
68
-     * @return array
68
+     * @return string
69 69
      */
70 70
     public function generateExportFileData($gridField) {
71 71
         $separator = $this->csvSeparator;
Please login to merge, or discard this patch.