Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92b5d47

Browse files
authored
Update tests/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixerTest.php
1 parent 1162323 commit 92b5d47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Fixer/FunctionNotation/NoUnreachableDefaultArgumentValueFixerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public static function provideFix81Cases(): iterable
278278
/**
279279
* @dataProvider provideFix84Cases
280280
*
281-
* @requires PHP >= 8.4
281+
* @requires PHP 8.4
282282
*/
283283
public function testFix84(string $expected, ?string $input = null): void
284284
{

0 commit comments

Comments
 (0)