@@ -66,7 +66,7 @@ |
||
| 66 | 66 | * @param string $name |
| 67 | 67 | * @param string $displayName |
| 68 | 68 | */ |
| 69 | - public function __construct(ByteBuffer|string $id, string $name, string $displayName) |
|
| 69 | + public function __construct(ByteBuffer | string $id, string $name, string $displayName) |
|
| 70 | 70 | { |
| 71 | 71 | if (is_string($id)) { |
| 72 | 72 | $id = new ByteBuffer($id); |
@@ -297,7 +297,7 @@ |
||
| 297 | 297 | * @param ByteBuffer|string $challenge |
| 298 | 298 | * @return $this |
| 299 | 299 | */ |
| 300 | - public function setChallenge(ByteBuffer|string $challenge): self |
|
| 300 | + public function setChallenge(ByteBuffer | string $challenge): self |
|
| 301 | 301 | { |
| 302 | 302 | if (is_string($challenge)) { |
| 303 | 303 | $challenge = new ByteBuffer($challenge); |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | * @param ByteBuffer|string $id |
| 66 | 66 | * @param array<string> $transports |
| 67 | 67 | */ |
| 68 | - public function __construct(ByteBuffer|string $id, array $transports = []) |
|
| 68 | + public function __construct(ByteBuffer | string $id, array $transports = []) |
|
| 69 | 69 | { |
| 70 | 70 | if (is_string($id)) { |
| 71 | 71 | $id = new ByteBuffer($id); |