mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
docs: fix grammar mistake
This commit is contained in:
@@ -13,7 +13,7 @@ class SaveTest extends TestCase {
|
|||||||
private $temp_filename;
|
private $temp_filename;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Setup our test environment objects; will be called before each test.
|
* Set up our test environment objects; will be called before each test.
|
||||||
*/
|
*/
|
||||||
protected function setUp(): void {
|
protected function setUp(): void {
|
||||||
$this->csv = new Csv();
|
$this->csv = new Csv();
|
||||||
|
|||||||
Reference in New Issue
Block a user