mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-04 05:43:36 +03:00
Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body
This commit is contained in:
parent
7ccb90064b
commit
c9f2ee522b
1 changed files with 1 additions and 2 deletions
|
@ -79,8 +79,7 @@ abstract class PHPExcel_Worksheet_CellIterator
|
|||
*
|
||||
* @throws PHPExcel_Exception
|
||||
*/
|
||||
abstract protected function adjustForExistingOnlyRange() {
|
||||
}
|
||||
abstract protected function adjustForExistingOnlyRange();
|
||||
|
||||
/**
|
||||
* Set the iterator to loop only existing cells
|
||||
|
|
Loading…
Add table
Reference in a new issue