Fixed PHP7 Depecated Warnings

This commit is contained in:
Andreas Oesterreicher
2017-06-07 18:16:11 +02:00
parent 45b4c84764
commit 60ab8fdd1b
15 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class Spreadsheet_Excel_Writer_Validator
*/
var $_parser;
function Spreadsheet_Excel_Writer_Validator(&$parser)
function __construct(&$parser)
{
$this->_parser = $parser;
$this->_type = 0x01; // FIXME: add method for setting datatype