Skip to content

Commit 7c04c2a

Browse files
committed
Remove optional before required parameters to MessageSubject
1 parent e4d8668 commit 7c04c2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MessageSubject.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class MessageSubject extends Subject
3232
public function __construct(
3333
Observable $rawDataIn,
3434
ObserverInterface $rawDataOut,
35-
bool $mask = false,
36-
bool $useMessageObject = false,
37-
$subProtocol = "",
35+
bool $mask,
36+
bool $useMessageObject,
37+
$subProtocol,
3838
RequestInterface $request,
3939
ResponseInterface $response,
4040
int $keepAlive = 60000

0 commit comments

Comments
 (0)