File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Api/GraphQL/Query/GetMilestoneChangelog/Response Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ private function __construct(
19
19
20
20
/**
21
21
* @pure
22
- * @psalm-suppress ImpureFunctionCall the {@see \Psl\Type\non_empty_string()} API is pure by design
23
22
* @psalm-suppress ImpureMethodCall the {@see \Psl\Type\TypeInterface::assert()} API is conditionally pure
24
23
*/
25
24
public static function fromName (string $ name ): self
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ private function __construct(
30
30
* @psalm-pure
31
31
*
32
32
* @psalm-suppress ImpureMethodCall {@see https://github.com/azjezz/psl/issues/130}
33
- * @psalm-suppress ImpureFunctionCall {@see https://github.com/azjezz/psl/issues/130}
34
33
*/
35
34
public static function fromPayload (array $ payload ): self
36
35
{
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ private function __construct(
28
28
29
29
/**
30
30
* @psalm-pure
31
- * @psalm-suppress ImpureFunctionCall the {@see \Psl\Type\non_empty_string()} API is pure by design
32
31
* @psalm-suppress ImpureMethodCall the {@see \Psl\Type\TypeInterface::assert()} API is conditionally pure
33
32
*/
34
33
public static function fromFullName (string $ fullName ): self
You can’t perform that action at this time.
0 commit comments