From 9fedf1a2b56b94eda3aa38726cc2fdc044ddc5f2 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 26 Jul 2024 17:12:30 +0200 Subject: [PATCH] Reapply "Ignore class from code coverage" This reverts commit 2004a4e67e8fd80b20ffb4f96d6dd177bf26b773. --- packages/framework/src/Support/V1Compatibility.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/framework/src/Support/V1Compatibility.php b/packages/framework/src/Support/V1Compatibility.php index 863734b99cd..3d8f5b5cd0c 100644 --- a/packages/framework/src/Support/V1Compatibility.php +++ b/packages/framework/src/Support/V1Compatibility.php @@ -11,6 +11,8 @@ * @internal Hyde Facade support to aid in the v1 to v2 transition. * * @deprecated All code here is deprecated, and exists to help you transition. + * + * @codeCoverageIgnore This class is ignored from code coverage. */ trait V1Compatibility {