We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e1beb commit 327d282Copy full SHA for 327d282
‎src/Concerns/HasCases.php‎
@@ -25,9 +25,9 @@ trait HasCases
25
protected int $case = self::NO_CASE;
26
27
/**
28
- * @throws \DragonCode\PrettyArray\Exceptions\UnknownCaseTypeException
+ * @throws UnknownCaseTypeException
29
*
30
- * @return \DragonCode\PrettyArray\Concerns\HasCases
+ * @return HasCases
31
*/
32
public function setCase(int $type = self::NO_CASE): static
33
{
0 commit comments