From 327d282f7c73e8b76f6efe25e3b53f35ccd51438 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 16 Feb 2024 13:58:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Fixed=20code-style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Concerns/HasCases.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Concerns/HasCases.php b/src/Concerns/HasCases.php index 67ca563..53f2e5a 100644 --- a/src/Concerns/HasCases.php +++ b/src/Concerns/HasCases.php @@ -25,9 +25,9 @@ trait HasCases protected int $case = self::NO_CASE; /** - * @throws \DragonCode\PrettyArray\Exceptions\UnknownCaseTypeException + * @throws UnknownCaseTypeException * - * @return \DragonCode\PrettyArray\Concerns\HasCases + * @return HasCases */ public function setCase(int $type = self::NO_CASE): static {