Skip to content

Commit

Permalink
Fix non-static data provider
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Sep 18, 2023
1 parent eddad30 commit deb4ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/Document/Fragment/FactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public function testAMediaLinkWithNonNumericSizeIsExceptional(): void
}

/** @return array<string, array{0: string, 1: string|null}> */
public function documentLinkProvider(): array
public static function documentLinkProvider(): array
{
return [
'Valid String Url' => [
Expand Down

0 comments on commit deb4ff9

Please sign in to comment.