Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 21, 2024
1 parent 877deb2 commit ec86170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Middleware/StatusCodesCacheMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

class StatusCodesCacheMiddleware implements MiddlewareInterface
{
public function __construct(protected SettingsRepositoryInterface $settings) { }
public function __construct(protected SettingsRepositoryInterface $settings)
{
}

public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
{
Expand Down

0 comments on commit ec86170

Please sign in to comment.