Skip to content

Commit

Permalink
Remove optional before required parameters to MessageSubject
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau committed Oct 31, 2021
1 parent e4d8668 commit 7c04c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MessageSubject.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class MessageSubject extends Subject
public function __construct(
Observable $rawDataIn,
ObserverInterface $rawDataOut,
bool $mask = false,
bool $useMessageObject = false,
$subProtocol = "",
bool $mask,
bool $useMessageObject,
$subProtocol,
RequestInterface $request,
ResponseInterface $response,
int $keepAlive = 60000
Expand Down

0 comments on commit 7c04c2a

Please sign in to comment.