Hello, i'm using PHPWord for templates and it works really good but when i try to write "&" char, generated document won't open. ``` php $document->setValue('OBJ-EX-15', ' Johnson & Johnson'); ``` same as ``` php $document->setValue('OBJ-EX-15', ' Johnson&Johnson'); ``` Have anyone same bug?