Skip to content

Commit

Permalink
Removed outdated suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 5, 2024
1 parent 9bf7157 commit 8c6dbea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Git/Value/BranchName.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ private function __construct(

/**
* @pure
* @psalm-suppress ImpureFunctionCall the {@see \Psl\Type\non_empty_string()} API is pure by design
* @psalm-suppress ImpureMethodCall the {@see \Psl\Type\TypeInterface::assert()} API is conditionally pure
*/
public static function fromName(string $name): self
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ private function __construct(
* @psalm-pure
*
* @psalm-suppress ImpureMethodCall {@see https://github.com/azjezz/psl/issues/130}
* @psalm-suppress ImpureFunctionCall {@see https://github.com/azjezz/psl/issues/130}
*/
public static function fromPayload(array $payload): self
{
Expand Down
1 change: 0 additions & 1 deletion src/Github/Value/RepositoryName.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ private function __construct(

/**
* @psalm-pure
* @psalm-suppress ImpureFunctionCall the {@see \Psl\Type\non_empty_string()} API is pure by design
* @psalm-suppress ImpureMethodCall the {@see \Psl\Type\TypeInterface::assert()} API is conditionally pure
*/
public static function fromFullName(string $fullName): self
Expand Down

0 comments on commit 8c6dbea

Please sign in to comment.