Update Html.php

This commit is contained in:
Andrew Busel 2019-07-03 19:25:29 +03:00 committed by GitHub
parent 9e93d5eae5
commit 415bdb378d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use PhpOffice\PhpWord\Style\Paragraph;
/**
* Common Html functions
*
* @SuppressWarnings(PHPMD.UnusedprotectedMethod) For readWPNode
* @SuppressWarnings(PHPMD.UnusedPrivateMethod) For readWPNode
*/
class Html
{