Skip to content

Commit fabc24d

Browse files
committed
Update CallToFunctionParametersRuleTest.php
1 parent ff577af commit fabc24d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Functions/CallToFunctionParametersRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,7 @@ public function testCurlSetOpt(): void
13781378
]);
13791379
}
13801380

1381+
#[RequiresPhp('>= 8.1')]
13811382
public function testCurlSetOptArray(): void
13821383
{
13831384
$this->analyse([__DIR__ . '/data/curl-setopt-array.php'], [

0 commit comments

Comments
 (0)