From b4cef37bb5e5f1fb8facb9fb873b9d46648573c7 Mon Sep 17 00:00:00 2001 From: Fonata Date: Sat, 23 Feb 2019 13:05:55 +0100 Subject: [PATCH] Simplyfied BaseClass.php: @access annotations are not needed --- tests/properties/BaseClass.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/properties/BaseClass.php b/tests/properties/BaseClass.php index a81f5c6..fcad089 100644 --- a/tests/properties/BaseClass.php +++ b/tests/properties/BaseClass.php @@ -11,7 +11,6 @@ class BaseClass extends TestCase { * CSV * The parseCSV object * - * @access protected * @var Csv */ protected $csv; @@ -19,8 +18,6 @@ class BaseClass extends TestCase { /** * Setup * Setup our test environment objects - * - * @access public */ public function setUp() { $this->csv = new Csv();