We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19664a commit b6e2218Copy full SHA for b6e2218
src/HttpExceptionsMiddleware.php
@@ -2,7 +2,7 @@
2
3
namespace ApiClients\Middleware\HttpExceptions;
4
5
-use ApiClients\Foundation\Middleware\Annotation\SecondLast;
+use ApiClients\Foundation\Middleware\Annotation\ThirdLast;
6
use ApiClients\Foundation\Middleware\MiddlewareInterface;
7
use ApiClients\Foundation\Middleware\PostTrait;
8
use ApiClients\Foundation\Middleware\PreTrait;
@@ -25,7 +25,7 @@ final class HttpExceptionsMiddleware implements MiddlewareInterface
25
* @param array $options
26
* @return CancellablePromiseInterface
27
*
28
- * @SecondLast()
+ * @ThirdLast()
29
*/
30
public function error(
31
Throwable $throwable,
0 commit comments