Skip to content

Commit

Permalink
Update MockResponse.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Dec 18, 2020
1 parent b35c1f9 commit 66835fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/http-server/test/testing/MockResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 66835fa

Please sign in to comment.