Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 30, 2024
1 parent e792d43 commit acefa3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/Helpers/cookie_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* @param bool|null $httpOnly True makes the cookie accessible via http(s) only (no javascript)
* @param string|null $sameSite The cookie SameSite value
*
*
* @see \CodeIgniter\HTTP\Response::setCookie()
*/
function set_cookie(
Expand Down Expand Up @@ -91,7 +90,6 @@ function get_cookie($index, bool $xssClean = false, ?string $prefix = '')
* @param string $path the cookie path
* @param string $prefix the cookie prefix
*
*
* @see \CodeIgniter\HTTP\Response::deleteCookie()
*/
function delete_cookie($name, string $domain = '', string $path = '/', string $prefix = ''): void
Expand Down

0 comments on commit acefa3c

Please sign in to comment.