Code
- ModerationCenter.php ➔ ModerationMain()
- ModerationCenter.php ➔ ModerationHome()
- ModerationCenter.php ➔ ModBlockWatchedUsers()
- ModerationCenter.php ➔ ModBlockNotes()
- ModerationCenter.php ➔ ModBlockReportedPosts()
- ModerationCenter.php ➔ ModBlockGroupRequests()
- ModerationCenter.php ➔ ModBlockReportedMembers()
- ModerationCenter.php ➔ ReportedMembers()
- ModerationCenter.php ➔ ModerateGroups()
- ModerationCenter.php ➔ ShowNotice()
- ModerationCenter.php ➔ ViewWatchedUsers()
- ModerationCenter.php ➔ list_getWatchedUserCount()
- ModerationCenter.php ➔ list_getWatchedUsers()
- ModerationCenter.php ➔ list_getWatchedUserPostsCount()
- ModerationCenter.php ➔ list_getWatchedUserPosts()
- ModerationCenter.php ➔ ViewWarnings()
- ModerationCenter.php ➔ ViewWarningLog()
- ModerationCenter.php ➔ list_getWarningCount()
- ModerationCenter.php ➔ list_getWarnings()
- ModerationCenter.php ➔ ViewWarningTemplates()
- ModerationCenter.php ➔ list_getWarningTemplateCount()
- ModerationCenter.php ➔ list_getWarningTemplates()
- ModerationCenter.php ➔ ModifyWarningTemplate()
- ModerationCenter.php ➔ ModerationSettings()
- ModerationCenter.php ➔ ModEndSession()

Loading history...
It seems like the type of the argument is not accepted by the function/method which you are calling.
In some cases, in particular if PHP’s automatic type-juggling kicks in this might be fine. In other cases, however this might be a bug.
We suggest to add an explicit type cast like in the following example: