Skip to content

Commit 5c03ee6

Browse files
committed
Make more data providers static
1 parent 9f8a009 commit 5c03ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ProcessTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function testInvalidCommand(Process $process)
7676
$this->assertSame('\\' === \DIRECTORY_SEPARATOR ? 1 : 127, $process->run());
7777
}
7878

79-
public function invalidProcessProvider()
79+
public static function invalidProcessProvider(): array
8080
{
8181
return [
8282
[new Process(['invalid'])],

0 commit comments

Comments
 (0)