PHP closing tags are no longer common practise

This commit is contained in:
Fonata
2019-12-25 15:09:31 +01:00
parent 95810ec2fa
commit af442cdd0e

View File

@@ -32,5 +32,3 @@ $csv->output('books.csv');
# data to download the output as a CSV file. if it's not set # 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 # or is set to null, output will only return the generated CSV
# output data, and will not output to the browser itself. # output data, and will not output to the browser itself.
?>