From bd6befe01eeea900f409f077dfdaf8ba7d6cbe89 Mon Sep 17 00:00:00 2001 From: Fonata Date: Sat, 3 Apr 2021 02:47:23 +0200 Subject: [PATCH] Remove low-value comment --- tests/properties/DefaultValuesPropertiesTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/properties/DefaultValuesPropertiesTest.php b/tests/properties/DefaultValuesPropertiesTest.php index 9638a06..7ceab3c 100644 --- a/tests/properties/DefaultValuesPropertiesTest.php +++ b/tests/properties/DefaultValuesPropertiesTest.php @@ -17,7 +17,6 @@ class DefaultValuesPropertiesTest extends TestCase { protected $csv = null; protected function setUp(): void { - //setup parse CSV $this->csv = new Csv(); }