We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0798f commit 3ac1fbaCopy full SHA for 3ac1fba
src/Plugin/Journal.php
@@ -24,7 +24,7 @@ public function addSuccess(RequestInterface $request, ResponseInterface $respons
24
* Record a failed call.
25
*
26
* @param RequestInterface $request Request use to make the call
27
- * @param \Exception $exception Exception returned by the call
+ * @param \Exception $exception Exception returned by the call
28
*/
29
public function addFailure(RequestInterface $request, \Exception $exception);
30
}
0 commit comments