From 99bf7a5c0db12950323ad01cdf50c5d1e5fc7cde Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Fri, 3 Nov 2023 11:34:47 -0700 Subject: [PATCH] Update phpmd.xml to ignore public methods that are for special interfaces. --- phpmd.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpmd.xml b/phpmd.xml index 0dc175f0d..1f07359e3 100644 --- a/phpmd.xml +++ b/phpmd.xml @@ -19,6 +19,12 @@ + + + + + +