Skip to content

Commit

Permalink
🧹 Fixed code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 16, 2024
1 parent d2e1beb commit 327d282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Concerns/HasCases.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 327d282

Please sign in to comment.