mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
[PHP 8.4] Fixed some deprecations (#1718)
* [PHP 8.4] Fixed some deprecations * Update Post.php * Update Common.php * Update CHANGELOG.md * Updated * Updated
This commit is contained in:
parent
86e4b04333
commit
8a0cd5cb84
8 changed files with 156 additions and 667 deletions
|
@ -2126,7 +2126,7 @@ function user_birthday_icon($user_birthday, $user_id): string
|
|||
* @param int|null $userId
|
||||
* @return array|null
|
||||
*/
|
||||
function getBanInfo(int $userId = null): ?array
|
||||
function getBanInfo(?int $userId = null): ?array
|
||||
{
|
||||
global $datastore;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue