Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Feb 4, 2024
1 parent ff6ff04 commit 60ea9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/StaticFileMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public function testBaseDirectory(): void
self::assertSame($response, $middleware->process($request, $handler));
}

public function provideFiles(): iterable
public static function provideFiles(): iterable
{
return [
[
Expand Down

0 comments on commit 60ea9fd

Please sign in to comment.