File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace ApiClients \Middleware \Json ;
4
4
5
- use ApiClients \Foundation \Middleware \Annotation \First ;
5
+ use ApiClients \Foundation \Middleware \Annotation \ThirdLast ;
6
6
use ApiClients \Foundation \Middleware \ErrorTrait ;
7
7
use ApiClients \Foundation \Middleware \MiddlewareInterface ;
8
8
use ApiClients \Foundation \Middleware \PreTrait ;
9
- use ApiClients \Foundation \Middleware \Priority ;
10
9
use ApiClients \Tools \Json \JsonDecodeService ;
11
10
use Psr \Http \Message \ResponseInterface ;
12
11
use React \Promise \CancellablePromiseInterface ;
@@ -37,7 +36,7 @@ public function __construct(JsonDecodeService $jsonDecodeService)
37
36
* @param array $options
38
37
* @return CancellablePromiseInterface
39
38
*
40
- * @First ()
39
+ * @ThirdLast ()
41
40
*/
42
41
public function post (
43
42
ResponseInterface $ response ,
Original file line number Diff line number Diff line change 2
2
3
3
namespace ApiClients \Middleware \Json ;
4
4
5
- use ApiClients \Foundation \Middleware \Annotation \First ;
5
+ use ApiClients \Foundation \Middleware \Annotation \Third ;
6
6
use ApiClients \Foundation \Middleware \ErrorTrait ;
7
7
use ApiClients \Foundation \Middleware \MiddlewareInterface ;
8
8
use ApiClients \Foundation \Middleware \PostTrait ;
9
- use ApiClients \Foundation \Middleware \Priority ;
10
9
use ApiClients \Tools \Json \JsonEncodeService ;
11
10
use Psr \Http \Message \RequestInterface ;
12
11
use React \Promise \CancellablePromiseInterface ;
@@ -36,7 +35,7 @@ public function __construct(JsonEncodeService $jsonEncodeService)
36
35
* @param array $options
37
36
* @return CancellablePromiseInterface
38
37
*
39
- * @First ()
38
+ * @Third ()
40
39
*/
41
40
public function pre (
42
41
RequestInterface $ request ,
You can’t perform that action at this time.
0 commit comments