We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eec9df commit 80826a9Copy full SHA for 80826a9
Tests/ProcessTest.php
@@ -349,7 +349,7 @@ public static function provideInvalidInputValues()
349
/**
350
* @dataProvider provideInputValues
351
*/
352
- public function testValidInput(?string $expected, null|float|string $value)
+ public function testValidInput(?string $expected, float|string|null $value)
353
{
354
$process = $this->getProcess('foo');
355
$process->setInput($value);
0 commit comments