Skip to content

Commit

Permalink
fix to analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Sep 23, 2024
1 parent 6c3fcd0 commit c5d147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Analysis/AnalysisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AnalysisTest extends TestCase
{
use AnalysisTrait;

public function getPaths(): array
public static function getPaths(): array
{
return [
__DIR__.'/../../src',
Expand Down

0 comments on commit c5d147f

Please sign in to comment.