Skip to content

Commit

Permalink
Make method static
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Nov 21, 2023
1 parent dfe0cfb commit 943e710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Renderer/Block/FencedCodeRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function it_renders_fenced_code(array $fencedArgs, string $expected): voi
$this->assertEquals($expected, $result);
}

public function provide_fenced_code(): array
public static function provide_fenced_code(): array
{
return [
'tilde as char' => [
Expand Down

0 comments on commit 943e710

Please sign in to comment.