We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__invoke
FakeMobileEtagSetter
int|null
1 parent fbecc37 commit 7c62169Copy full SHA for 7c62169
1 file changed
tests/Fake/FakeMobileEtagSetter.php
@@ -19,7 +19,7 @@ public function __construct(
19
){
20
}
21
22
- public function __invoke(ResourceObject $ro, int $time = null, HttpCache $httpCache = null)
+ public function __invoke(ResourceObject $ro, int|null $time = null, HttpCache|null $httpCache = null)
23
{
24
self::$device = $this->getDevice();
25
0 commit comments