We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f199f49 commit 926998bCopy full SHA for 926998b
src/Request/RequestTrait.php
@@ -20,6 +20,7 @@
20
/** @mixin TestCase */
21
trait RequestTrait
22
{
23
+ /** @phpstan-ignore missingType.generics */
24
private static AbstractBrowser|null $requestClient = null;
25
26
protected function loginUser(): callable
@@ -44,6 +45,7 @@ protected function tearDownRequest(): void
44
45
self::$requestClient = null;
46
}
47
48
49
protected static function getRequestClient(): AbstractBrowser
50
51
if (self::$requestClient) {
0 commit comments