docs: fix grammar mistake

This commit is contained in:
Fonata
2022-12-26 20:25:04 +01:00
committed by Fonata
parent e967067a46
commit c4a90941e2

View File

@@ -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();