Completed
Push — 3.5 ( abbc4b...2a8d36 )
by Daniel
25s
created
forms/gridfield/GridFieldExportButton.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -91,6 +91,7 @@  discard block
 block discarded – undo
91 91
 
92 92
 	/**
93 93
 	 * Handle the export, for both the action button and the URL
94
+ 	 * @param GridField $gridField
94 95
  	 */
95 96
 	public function handleExport($gridField, $request = null) {
96 97
 		$now = Date("d-m-Y-H-i");
@@ -248,6 +249,7 @@  discard block
 block discarded – undo
248 249
 
249 250
 	/**
250 251
 	 * @param boolean
252
+	 * @param boolean $bool
251 253
 	 */
252 254
 	public function setCsvHasHeader($bool) {
253 255
 		$this->csvHasHeader = $bool;
Please login to merge, or discard this patch.