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 Sep 27, 2022
1 parent ef58e8b commit ccbe97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CsrfMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class CsrfMiddleware implements MiddlewareInterface
private string $parameterName = self::PARAMETER_NAME;
private string $headerName = self::HEADER_NAME;

public function __construct(private ResponseFactoryInterface $responseFactory, private CsrfTokenInterface $token, private ?\Psr\Http\Server\RequestHandlerInterface $failureHandler = null)
public function __construct(private ResponseFactoryInterface $responseFactory, private CsrfTokenInterface $token, private ?RequestHandlerInterface $failureHandler = null)
{
}

Expand Down

0 comments on commit ccbe97d

Please sign in to comment.