Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo authored and github-actions[bot] committed May 30, 2022
1 parent 789ab40 commit 75c0184
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Exceptions/InvalidUniqueId.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class InvalidUniqueId extends Exception
{
/**
* @param string $uniqueId
* @return InvalidUniqueId
*/
public static function wrongClassName(string $uniqueId): self
Expand All @@ -18,7 +17,6 @@ public static function wrongClassName(string $uniqueId): self
}

/**
* @param string $case
* @return InvalidUniqueId
*/
public static function caseNotPresent(string $case): self
Expand All @@ -27,7 +25,6 @@ public static function caseNotPresent(string $case): self
}

/**
* @param string $uniqueId
* @return InvalidUniqueId
*/
public static function uniqueIdFormatIsInvalid(string $uniqueId): self
Expand Down

0 comments on commit 75c0184

Please sign in to comment.