Skip to content

Commit 926998b

Browse files
daFishpl-github
authored andcommitted
style: add phpstan generic information
1 parent f199f49 commit 926998b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Request/RequestTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/** @mixin TestCase */
2121
trait RequestTrait
2222
{
23+
/** @phpstan-ignore missingType.generics */
2324
private static AbstractBrowser|null $requestClient = null;
2425

2526
protected function loginUser(): callable
@@ -44,6 +45,7 @@ protected function tearDownRequest(): void
4445
self::$requestClient = null;
4546
}
4647

48+
/** @phpstan-ignore missingType.generics */
4749
protected static function getRequestClient(): AbstractBrowser
4850
{
4951
if (self::$requestClient) {

0 commit comments

Comments
 (0)