Skip to content

Commit f36d05c

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Make more data providers static
2 parents 44d8342 + 5c03ee6 commit f36d05c

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
@@ -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)