PHPWord
PHPWord copied to clipboard
[TYPO] Fix hardcoded macro chars in TemplateProcessor method
Description
Replace hardcoded macro chars by the customized ones in deleteRow()
method of TemplateProcessor
class
Checklist:
- [ ] My CI is :green_circle:
- [ ] I have covered by unit tests my new code (check build/coverage for coverage report)
- [ ] I have updated the documentation to describe the changes
- [ ] I have updated the changelog