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 cad04a9 commit d16053fCopy full SHA for d16053f
src/MockMiddleware.php
@@ -2,6 +2,7 @@
2
3
namespace ApiClients\Middleware\Mock;
4
5
+use ApiClients\Foundation\Middleware\Annotation\Last;
6
use ApiClients\Foundation\Middleware\ErrorTrait;
7
use ApiClients\Foundation\Middleware\MiddlewareInterface;
8
use ApiClients\Foundation\Middleware\PostTrait;
@@ -30,6 +31,8 @@ public function __construct(MockInterface ...$mocks)
30
31
* @param RequestInterface $request
32
* @param array $options
33
* @return CancellablePromiseInterface
34
+ *
35
+ * @Last()
36
*/
37
public function pre(
38
RequestInterface $request,
0 commit comments