File tree 5 files changed +0
-16
lines changed
5 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ class Server implements ServerInterface
27
27
use InteractWithServerRequest;
28
28
use RespondXmlMessage;
29
29
30
- /**
31
- * @throws Throwable
32
- */
33
30
public function __construct (
34
31
?ServerRequestInterface $ request = null ,
35
32
protected ?Encryptor $ encryptor = null ,
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ class Server implements ServerInterface
30
30
31
31
protected ?Closure $ defaultVerifyTicketHandler = null ;
32
32
33
- /**
34
- * @throws \Throwable
35
- */
36
33
public function __construct (
37
34
protected Encryptor $ encryptor ,
38
35
?ServerRequestInterface $ request = null ,
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ class Server implements ServerInterface
30
30
31
31
protected ?Closure $ defaultSuiteTicketHandler = null ;
32
32
33
- /**
34
- * @throws \Throwable
35
- */
36
33
public function __construct (
37
34
protected Encryptor $ encryptor ,
38
35
protected Encryptor $ providerEncryptor ,
Original file line number Diff line number Diff line change 17
17
use Nyholm \Psr7 \Response ;
18
18
use Psr \Http \Message \ResponseInterface ;
19
19
use Psr \Http \Message \ServerRequestInterface ;
20
- use Throwable ;
21
20
22
21
use function is_array ;
23
22
use function json_decode ;
@@ -34,9 +33,6 @@ class Server implements ServerInterface
34
33
use InteractWithHandlers;
35
34
use InteractWithServerRequest;
36
35
37
- /**
38
- * @throws Throwable
39
- */
40
36
public function __construct (
41
37
protected MerchantInterface $ merchant ,
42
38
?ServerRequestInterface $ request ,
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ class Server implements ServerInterface
27
27
use InteractWithServerRequest;
28
28
use RespondXmlMessage;
29
29
30
- /**
31
- * @throws Throwable
32
- */
33
30
public function __construct (
34
31
protected Encryptor $ encryptor ,
35
32
?ServerRequestInterface $ request = null ,
You can’t perform that action at this time.
0 commit comments