From 1111210edbb9f4145448bccabd647fd781f1782a Mon Sep 17 00:00:00 2001 From: yivi Date: Tue, 19 Dec 2023 13:19:55 +0100 Subject: [PATCH] MISC: Add codeCoverageIgnore to YivoffJwtRefreshBundle class --- src/YivoffJwtRefreshBundle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/YivoffJwtRefreshBundle.php b/src/YivoffJwtRefreshBundle.php index c46b6f2..8b3df95 100644 --- a/src/YivoffJwtRefreshBundle.php +++ b/src/YivoffJwtRefreshBundle.php @@ -12,6 +12,7 @@ use function dirname; +/** @codeCoverageIgnore */ class YivoffJwtRefreshBundle implements BundleInterface { public const BUNDLE_PREFIX = 'yivoff_jwt_refresh';