Simplyfied BaseClass.php: @access annotations are not needed

This commit is contained in:
Fonata
2019-02-23 13:05:55 +01:00
parent f97f03a088
commit b4cef37bb5

View File

@@ -11,7 +11,6 @@ class BaseClass extends TestCase {
* CSV * CSV
* The parseCSV object * The parseCSV object
* *
* @access protected
* @var Csv * @var Csv
*/ */
protected $csv; protected $csv;
@@ -19,8 +18,6 @@ class BaseClass extends TestCase {
/** /**
* Setup * Setup
* Setup our test environment objects * Setup our test environment objects
*
* @access public
*/ */
public function setUp() { public function setUp() {
$this->csv = new Csv(); $this->csv = new Csv();