mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
Indent header comment start/end strings
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user