Skip to content

Commit 80826a9

Browse files
keradusxabbuh
authored andcommitted
CS: enable ordered_types.null_adjustment=always_last
1 parent 4eec9df commit 80826a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ProcessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public static function provideInvalidInputValues()
349349
/**
350350
* @dataProvider provideInputValues
351351
*/
352-
public function testValidInput(?string $expected, null|float|string $value)
352+
public function testValidInput(?string $expected, float|string|null $value)
353353
{
354354
$process = $this->getProcess('foo');
355355
$process->setInput($value);

0 commit comments

Comments
 (0)