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