Skip to content

Commit

Permalink
Merge pull request #335 from netglue/fix-non-static-data-provider
Browse files Browse the repository at this point in the history
Fix non-static data provider
  • Loading branch information
gsteel authored Sep 18, 2023
2 parents eddad30 + deb4ff9 commit e9482d1
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 e9482d1

Please sign in to comment.