-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Hi,
I'm migration an application to PHP7 and find out that PHPWord is incompatible because of some class names (String now is taken by PHP as a special class name), giving some erros like:
Cannot use PhpOffice\PhpWord\Shared\String as String because 'String' is a special class name
Is there any chance of this being fast fixed?