From af442cdd0ea73f00d0bfa4f20e56dd2c79f7201f Mon Sep 17 00:00:00 2001 From: Fonata Date: Wed, 25 Dec 2019 15:09:31 +0100 Subject: [PATCH] PHP closing tags are no longer common practise --- examples/download.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/download.php b/examples/download.php index 9babb87..60dbf01 100644 --- a/examples/download.php +++ b/examples/download.php @@ -32,5 +32,3 @@ $csv->output('books.csv'); # data to download the output as a CSV file. if it's not set # or is set to null, output will only return the generated CSV # output data, and will not output to the browser itself. - -?>