From e329f55ac8a9ab8f0d71c807e0ed423084abbce4 Mon Sep 17 00:00:00 2001
From: Tim Plunkett <git@plnktt.com>
Date: Thu, 23 Jan 2025 15:18:03 -0500
Subject: [PATCH] Add @todo for Package manager errors

---
 phpstan.neon | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phpstan.neon b/phpstan.neon
index 7a55e55fd..76dde2088 100644
--- a/phpstan.neon
+++ b/phpstan.neon
@@ -46,6 +46,7 @@ parameters:
       reportUnmatched: false
 
     ### Package Manager
+    # @todo Remove after resolving https://www.drupal.org/i/3501836.
     # Caused by using self instead of static as a return type in \Drupal\fixture_manipulator\FixtureManipulator.
     -
       message: "#^Method Drupal\\\\fixture_manipulator\\\\FixtureManipulator\\:\\:commitChanges\\(\\) invoked with 0 parameters, 1 required\\.$#"
-- 
GitLab