Skip to content

Commit

Permalink
Make more data providers static
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 20, 2024
1 parent dba5d5f commit abe16ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function testEnsureValidity(array $headers, ?string $exceptionClass, ?str
$m->ensureValidity();
}

public function ensureValidityProvider()
public static function ensureValidityProvider(): array
{
return [
'Valid address fields' => [
Expand Down

0 comments on commit abe16ee

Please sign in to comment.