Skip to content

Commit 327d282

Browse files
committed
🧹 Fixed code-style
1 parent d2e1beb commit 327d282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Concerns/HasCases.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ trait HasCases
2525
protected int $case = self::NO_CASE;
2626

2727
/**
28-
* @throws \DragonCode\PrettyArray\Exceptions\UnknownCaseTypeException
28+
* @throws UnknownCaseTypeException
2929
*
30-
* @return \DragonCode\PrettyArray\Concerns\HasCases
30+
* @return HasCases
3131
*/
3232
public function setCase(int $type = self::NO_CASE): static
3333
{

0 commit comments

Comments
 (0)