Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Jun 7, 2021
1 parent 6e03fc5 commit bdd24d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Middleware.php
Expand Up @@ -54,6 +54,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
/**
* @param callable|null $callback Callback to use for generating counter ID. Counters with non-equal IDs
* are counted separately.
*
* @return self
*/
public function withCounterIdCallback(?callable $callback): self
Expand All @@ -66,6 +67,7 @@ public function withCounterIdCallback(?callable $callback): self

/**
* @param string $id Counter ID. Counters with non-equal IDs are counted separately.
*
* @return self
*/
public function withCounterId(string $id): self
Expand Down

0 comments on commit bdd24d8

Please sign in to comment.