Skip to content

Commit

Permalink
Forgot the type for the fetch_alerts compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jdarwood007 committed Jan 20, 2024
1 parent fb561b4 commit e64a70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Subs-Compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,7 @@ function fetch_web_data(string $url, string|array $post_data = [], bool $keep_al
*/
function fetch_alerts(
int $memID,
bool|array $to_fetch = false,
int|bool|array $to_fetch = false,
int $limit = 0,
int $offset = 0,
bool $with_avatar = false,
Expand Down

0 comments on commit e64a70d

Please sign in to comment.