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 {