Skip to content

Commit

Permalink
Update CookieStore.php
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Nov 25, 2023
1 parent f249a73 commit 21ea544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Store/CookieStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public function setEncrypted(bool $encrypt = true): self
/**
* Push our storage state to the source for persistence.
*
* @psalm-suppress UnusedFunctionCall,DocblockTypeContradiction,NoValue
* @psalm-suppress UnusedFunctionCall,DocblockTypeContradiction,NoValue,InvalidCast
*
* @param bool $force
*/
Expand Down

0 comments on commit 21ea544

Please sign in to comment.