Skip to content

Commit 60ea9fd

Browse files
committed
cs-fix
1 parent ff6ff04 commit 60ea9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/StaticFileMiddlewareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public function testBaseDirectory(): void
263263
self::assertSame($response, $middleware->process($request, $handler));
264264
}
265265

266-
public function provideFiles(): iterable
266+
public static function provideFiles(): iterable
267267
{
268268
return [
269269
[

0 commit comments

Comments
 (0)