Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit c9f2ee5

Browse files
author
MarkBaker
committed
Abstract function PHPExcel_Worksheet_CellIterator::adjustForExistingOnlyRange() cannot contain body
1 parent 7ccb900 commit c9f2ee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Classes/PHPExcel/Worksheet/CellIterator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ public function getIterateOnlyExistingCells() {
7979
*
8080
* @throws PHPExcel_Exception
8181
*/
82-
abstract protected function adjustForExistingOnlyRange() {
83-
}
82+
abstract protected function adjustForExistingOnlyRange();
8483

8584
/**
8685
* Set the iterator to loop only existing cells

0 commit comments

Comments
 (0)