mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Simplyfied BaseClass.php: @access annotations are not needed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user