Skip to content

Commit 5094584

Browse files
ddevsrpaulbalandan
andauthored
Update tests/system/HTTP/CURLRequestTest.php
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent d2f0e31 commit 5094584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/HTTP/CURLRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ public static function provideDNSCacheTimeout(): iterable
12671267
}
12681268

12691269
#[DataProvider('provideDNSCacheTimeout')]
1270-
public function testDNSCacheTimeoutOption(int|string|null $input, bool $expectedHasKey, int|string|null $expectedValue = null): void
1270+
public function testDNSCacheTimeoutOption(int|string|null $input, bool $expectedHasKey, ?int $expectedValue = null): void
12711271
{
12721272
$this->request->request('POST', '/post', [
12731273
'dns_cache_timeout' => $input,

0 commit comments

Comments
 (0)