File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments