Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jul 2, 2022
1 parent 489880d commit 8754822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Web/src/RequestPipelineBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function endpoint(RequestPipelineEndpoint $endpoint): RequestPipelineBuil
return $this;
}

public function exceptionHandler(WebMiddleware & ExceptionHandler $exceptionHandler): RequestPipelineBuilder
public function exceptionHandler(WebMiddleware&ExceptionHandler $exceptionHandler): RequestPipelineBuilder
{
try {
/** @var int $key */
Expand Down

0 comments on commit 8754822

Please sign in to comment.