Skip to content

Commit acefa3c

Browse files
committed
cs fix
1 parent e792d43 commit acefa3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/Helpers/cookie_helper.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* @param bool|null $httpOnly True makes the cookie accessible via http(s) only (no javascript)
3636
* @param string|null $sameSite The cookie SameSite value
3737
*
38-
*
3938
* @see \CodeIgniter\HTTP\Response::setCookie()
4039
*/
4140
function set_cookie(
@@ -91,7 +90,6 @@ function get_cookie($index, bool $xssClean = false, ?string $prefix = '')
9190
* @param string $path the cookie path
9291
* @param string $prefix the cookie prefix
9392
*
94-
*
9593
* @see \CodeIgniter\HTTP\Response::deleteCookie()
9694
*/
9795
function delete_cookie($name, string $domain = '', string $path = '/', string $prefix = ''): void

0 commit comments

Comments
 (0)