Skip to content

Commit 19a9c38

Browse files
committed
Style fix
1 parent 810a6e0 commit 19a9c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/Journal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function addSuccess(RequestInterface $request, ResponseInterface $respons
2424
* Record a failed call.
2525
*
2626
* @param RequestInterface $request Request use to make the call
27-
* @param \Exception $exception Exception returned by the call
27+
* @param \Exception $exception Exception returned by the call
2828
*/
2929
public function addFailure(RequestInterface $request, \Exception $exception);
3030
}

0 commit comments

Comments
 (0)