Skip to content

Commit 8255a5d

Browse files
committed
Fix method name conflict
1 parent ecc1ea6 commit 8255a5d

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

src/SimpleExcel/Parser/BaseParser.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -190,18 +190,4 @@ public function isFileReady($file_path) {
190190
return TRUE;
191191
}
192192
}
193-
194-
/**
195-
* Implemented in each class
196-
*
197-
* @param string $file_path Path to file
198-
*/
199-
abstract public function loadFile($file_path);
200-
201-
/**
202-
* Implemented in each class
203-
*
204-
* @param string $string String to be loaded
205-
*/
206-
abstract public function loadString($str);
207193
}

src/SimpleExcel/SimpleExcel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @license http://www.opensource.org/licenses/mit-license
3131
* @link http://github.com/faisalman/simple-excel-php
3232
* @package SimpleExcel
33-
* @version 0.3.11
33+
* @version 0.3.12
3434
*/
3535

3636
namespace SimpleExcel;

0 commit comments

Comments
 (0)