While creating doc/pdf documents we get tons of error such as:
Accessing static property HTML2WordML::$strictWordStyles as non static in /phpdocx_corporate/classes/HTML2WordML.inc on line 469
with different line numbers (1496, 896, 1533, 1483).
Note that, it is not a notice or warning, it is a PHP Error.
How can I get rid of it? I can change the $strictWordStyles variable to not be static. not sure how the software will behave though..