Skip to content

Commit

Permalink
Update MockHttpResponse.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Dec 18, 2020
1 parent 19fd6b9 commit b35c1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/websocket-server/test/testing/MockHttpResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public function cookie(
$domain = null,
$secure = null,
$httpOnly = null,
$samesite = null
$samesite = null,
$priority = null
) {
$result = \urlencode($name) . '=' . \urlencode($value);

Expand Down

0 comments on commit b35c1f9

Please sign in to comment.