Skip to content

Commit 8c6dbea

Browse files
committed
Removed outdated suppressions
1 parent 9bf7157 commit 8c6dbea

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Git/Value/BranchName.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ private function __construct(
1919

2020
/**
2121
* @pure
22-
* @psalm-suppress ImpureFunctionCall the {@see \Psl\Type\non_empty_string()} API is pure by design
2322
* @psalm-suppress ImpureMethodCall the {@see \Psl\Type\TypeInterface::assert()} API is conditionally pure
2423
*/
2524
public static function fromName(string $name): self

src/Github/Api/GraphQL/Query/GetMilestoneChangelog/Response/Label.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ private function __construct(
3030
* @psalm-pure
3131
*
3232
* @psalm-suppress ImpureMethodCall {@see https://github.com/azjezz/psl/issues/130}
33-
* @psalm-suppress ImpureFunctionCall {@see https://github.com/azjezz/psl/issues/130}
3433
*/
3534
public static function fromPayload(array $payload): self
3635
{

src/Github/Value/RepositoryName.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ private function __construct(
2828

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

0 commit comments

Comments
 (0)