From a48bef5a5cbb6bd96344b5cb984bbff8e2fd2a98 Mon Sep 17 00:00:00 2001 From: Travis Carden Date: Wed, 23 Aug 2023 12:22:37 -0400 Subject: [PATCH] Remove obsolete PHPMD warning suppression comment. --- src/Internal/Path/Factory/PathFactory.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Internal/Path/Factory/PathFactory.php b/src/Internal/Path/Factory/PathFactory.php index bef8c1e8c..4513e6741 100644 --- a/src/Internal/Path/Factory/PathFactory.php +++ b/src/Internal/Path/Factory/PathFactory.php @@ -10,8 +10,6 @@ * @package Path * * @internal Don't depend directly on this class. It may be changed or removed at any time without notice. - * - * @SuppressWarnings(PHPMD.StaticAccess) */ final class PathFactory implements PathFactoryInterface {