Indent header comment start/end strings

This commit is contained in:
2014-05-14 10:18:02 +01:00
parent 698a570a11
commit 629b0c9fd5

View File

@@ -2,7 +2,7 @@
class parseCSV { class parseCSV {
/* /*
Class: parseCSV v0.4.3 beta Class: parseCSV v0.4.3 beta
https://github.com/parsecsv/parsecsv-for-php https://github.com/parsecsv/parsecsv-for-php
@@ -72,7 +72,7 @@ class parseCSV {
$csv = new parseCSV(); $csv = new parseCSV();
$csv->output (true, 'movies.csv', $array); $csv->output (true, 'movies.csv', $array);
---------------- ----------------
*/ */
/** /**
* Configuration * Configuration