Merge pull request #570 from torrentpier/fixed-code-style

Fixed code-style in some files
This commit is contained in:
Roman Kelesidis 2023-03-07 22:19:56 +07:00 committed by GitHub
commit d775648f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -146,13 +146,13 @@ class Sessions
/**
* Start user session on page header
* @deprecated
*
* @param string $user_ip
* @param int $page_id
* @param bool $req_login
*
* @return array
* @deprecated
*
*/
public static function session_pagestart($user_ip = USER_IP, $page_id = 0, $req_login = false)
{