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

Commit 1441011

Browse files
author
MarkBaker
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # Classes/PHPExcel/Calculation/Functions.php # Classes/PHPExcel/Worksheet.php # Classes/PHPExcel/Worksheet/CellIterator.php
2 parents 2b60157 + 049e85a commit 1441011

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Classes/PHPExcel/Calculation/Functions.php

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -518,15 +518,14 @@ public static function IS_NONTEXT($value = null)
518518
}
519519

520520

521-
/**
522-
* VERSION
523-
*
524-
* @return string Version information
525-
*/
526-
public static function VERSION()
527-
{
528-
return 'PHPExcel ##VERSION##, ##DATE##';
529-
}
521+
/**
522+
* VERSION
523+
*
524+
* @return string Version information
525+
*/
526+
public static function VERSION() {
527+
return 'PHPExcel 1.8.2, 2018-11-22';
528+
} // function VERSION()
530529

531530

532531
/**

Classes/PHPExcel/Worksheet/CellIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getIterateOnlyExistingCells()
7070
* Validate start/end values for "IterateOnlyExistingCells" mode, and adjust if necessary
7171
*
7272
* @throws PHPExcel_Exception
73-
*/
73+
*/
7474
abstract protected function adjustForExistingOnlyRange();
7575

7676
/**

0 commit comments

Comments
 (0)