Skip to content

Commit b35c1f9

Browse files
authored
Update MockHttpResponse.php
1 parent 19fd6b9 commit b35c1f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/websocket-server/test/testing/MockHttpResponse.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function cookie(
9292
$domain = null,
9393
$secure = null,
9494
$httpOnly = null,
95-
$samesite = null
95+
$samesite = null,
96+
$priority = null
9697
) {
9798
$result = \urlencode($name) . '=' . \urlencode($value);
9899

0 commit comments

Comments
 (0)