From 903e198cedff622ffb145bb09671eb1a5f667fef Mon Sep 17 00:00:00 2001 From: pxgamer Date: Wed, 12 Dec 2018 10:38:09 +0000 Subject: [PATCH] phpmd: update warning suppression wording --- pages/common/phpmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/phpmd.md b/pages/common/phpmd.md index a9d63f2104..b6365e8f26 100644 --- a/pages/common/phpmd.md +++ b/pages/common/phpmd.md @@ -26,6 +26,6 @@ `phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --reportfile {{path/to/report_file}}` -- Ignore the use of warning-suppression PHPDoc comments: +- Ignore the use of warning-suppressive PHPDoc comments: `phpmd {{path/to/file_or_directory}} {{xml|text|html}} {{rulesets}} --strict`