Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Dec 4, 2023
1 parent b304678 commit 61e5669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SonsOfPHP/Contract/Cookie/CookieManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ public function has(string $name): bool;
*
* @throws CookieExceptionInterface
*/
public function remove(string $name): bool;
//public function remove(string $name): bool;
}

0 comments on commit 61e5669

Please sign in to comment.