Skip to content

Commit 1b5e4cf

Browse files
trippogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 41d6d8a commit 1b5e4cf

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/Exceptions/InvalidUniqueId.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,16 @@
88

99
class InvalidUniqueId extends UnexpectedValueException
1010
{
11-
/**
12-
* @return InvalidUniqueId
13-
*/
1411
public static function wrongClassName(string $uniqueId): self
1512
{
1613
return new self("UniqueId '$uniqueId' has a wrong Namespace or Class name");
1714
}
1815

19-
/**
20-
* @return InvalidUniqueId
21-
*/
2216
public static function caseNotPresent(string $case): self
2317
{
2418
return new self("There is not '$case' case on the enum");
2519
}
2620

27-
/**
28-
* @return InvalidUniqueId
29-
*/
3021
public static function uniqueIdFormatIsInvalid(string $uniqueId): self
3122
{
3223
return new self("UniqueId '$uniqueId' has an invalid format");

0 commit comments

Comments
 (0)