We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8a009 commit 5c03ee6Copy full SHA for 5c03ee6
Tests/ProcessTest.php
@@ -76,7 +76,7 @@ public function testInvalidCommand(Process $process)
76
$this->assertSame('\\' === \DIRECTORY_SEPARATOR ? 1 : 127, $process->run());
77
}
78
79
- public function invalidProcessProvider()
+ public static function invalidProcessProvider(): array
80
{
81
return [
82
[new Process(['invalid'])],
0 commit comments