We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55b8f2 commit 0715363Copy full SHA for 0715363
1 file changed
tests/src/Jws/JwsFetcherTest.php
@@ -172,7 +172,7 @@ public function testWillUseJwsExpirationTimeWhenConsideringTtlForCaching(): void
172
->willReturn(60);
173
174
$this->artifactFetcherMock->expects($this->once())->method('cacheIt')
175
- ->with($this->isType('string'), 60, 'uri');
+ ->with($this->isString(), 60, 'uri');
176
177
178
$this->sut()->fromNetwork('uri');
0 commit comments