Errors
Table of Contents
channel.php
Type | Line | Description |
---|---|---|
ERROR | 1401 | Tag "@return" with body "@@return array<int, string public|private|unknown>" has error |
ERROR | 1349 | Tag "@return" with body "@@return array{'success' => bool}" has error |
gallery.php
Type | Line | Description |
---|---|---|
ERROR | 22 | Tag "version" with body "@version $Id: gallery.php 107744 2021-10-23 02:20:11Z jinsoojo.ib $" has error |
photo.php
Type | Line | Description |
---|---|---|
ERROR | 21 | Tag "version" with body "@version $Id: photo.php 108508 2022-01-07 21:18:20Z ksours $" has error |
privatemessage.php
Type | Line | Description |
---|---|---|
ERROR | 1245 | Tag "param" with body "@param mixed- can pass sort direction, type, page, perpage, or folderid." has error "\mixed-" is not a valid Fqsen. |
ERROR | 1204 | Tag "param" with body "@param mixed- can pass sort direction, type, page, perpage" has error "\mixed-" is not a valid Fqsen. |
facebook.php
Type | Line | Description |
---|---|---|
ERROR | 170 | Tag "@return" with body "@@return -- standard success array when successful, otherwise will throw an exception" has error |
ERROR | 142 | Tag "@return" with body "@@return -- standard success array when successful, otherwise will throw an exception" has error |
ERROR | 103 | Tag "@return" with body "@@return array, fb userinfo array if logged in, false otherwise, see the facebook '/me' docs for details" has error |
ERROR | 63 | Tag "@return" with body "@@return mixed, vb userid if one is associated, false if not" has error |
ERROR | 51 | Tag "@return" with body "@@return mixed, fb userid if logged in, false otherwise" has error |
node.php
Type | Line | Description |
---|---|---|
ERROR | 3442 | Tag "@return" with body "@@return" has error |
ERROR | 1814 | Tag "@return" with body "@@return array. An array of node record arrays as $nodeid => $node" has error |
ERROR | 1636 | Tag "@return" with body "@@return ["totalCount" => integer]" has error |
ERROR | 1249 | Tag "@return" with body "@@return Array. A node record, optionally including attachment and ancestry." has error |
ERROR | 573 | Tag "@return" with body "@@return" has error |
nodefield.php
Type | Line | Description |
---|---|---|
ERROR | 57 | Tag "@return" with body "@@return ['categorylist' => $category]" has error |
nodevote.php
Type | Line | Description |
---|---|---|
ERROR | 104 | Tag "@return" with body "@@return [ 'success' => (bool) true, 'voteid' => (int), 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error |
ERROR | 81 | Tag "@return" with body "@@return [ 'success' => (bool) true, 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error |
options.php
Type | Line | Description |
---|---|---|
ERROR | 634 | Tag "@return" with body "@@return array, $response" has error |
ERROR | 411 | Tag "@return" with body "@@return array, $response" has error |
page.php
Type | Line | Description |
---|---|---|
ERROR | 441 | Tag "@return" with body "@@return [ 'pages' => array of pages [ 0 => [ 'pageid' => int, 'url' => str, 'label' => str, 'html_label' => str, 'ishomeroute' => bool, ], ... ] 'totalcount' => int, count of pages above ]" has error |
pmchat.php
Type | Line | Description |
---|---|---|
ERROR | 90 | Tag "@return" with body "@@return array(bool) bool 'result' true if they are a recipient" has error |
ERROR | 22 | Tag "@return" with body "@@return array(bool, [string]) bool 'canuse' true if they can use the chat system string 'reason' if 'canuse' is false, an accompanying reason why user is not allowed. Not set if 'canuse' is true." has error |
reactions.php
Type | Line | Description |
---|---|---|
ERROR | 207 | Tag "@return" with body "@@return [ 'success' => (bool) true, 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error |
ERROR | 163 | Tag "@return" with body "@@return [ 'success' => (bool) true, 'voteid' => (int), 'nodevotes' => ['votes' => (int), 'ivoted' => 1|0], ]" has error |
session.php
Type | Line | Description |
---|---|---|
ERROR | 26 | Tag "@return" with body "@@return array('success' => true);" has error |
style.php
Type | Line | Description |
---|---|---|
ERROR | 380 | Tag "@return" with body "@@return -- the url relative to the site root or the CDN based url." has error |
ERROR | 203 | Tag "@return" with body "@@return ['success' => true];" has error |
tags.php
Type | Line | Description |
---|---|---|
ERROR | 156 | Tag "method" with body "@method [string|array] $taglist [Comma separated string or an array with the tags]" has error Unexpected token "|", expected ']' at offset 7 on line 1 |
template.php
Type | Line | Description |
---|---|---|
ERROR | 270 | Tag "@return" with body "@@return ['success' => true]" has error |
user.php
Type | Line | Description |
---|---|---|
ERROR | 4038 | Tag "@return" with body "@@return array. 'login' => array (should match the return from "login" function). Only present if the login succeeded. 'userid' => int the id of the vbulletin user logged in 'password' => string "remeber me token" will always be blank for this method 'lastvisit' 'lastactivity' 'sessionhash' => the session value used to authenticate the user on subsequent page loads 'cpsessionhash' => will never be set for this function" has error |
ERROR | 3735 | Tag "@return" with body "@@return ['success' => true]" has error |
ERROR | 3320 | Tag "@return" with body "@@return string. The location string. Typically CountryCode:RegionCode. In some cases it may be just the CountryCode, the special value EU (for legacy EU users and in some cases where the geoip provider can't track it) and the special value "UNKNOWN"." has error |
ERROR | 742 | Tag "@return" with body "@@return ['check' => bool should show both displayname and username]" has error |
api.php
Type | Line | Description |
---|---|---|
ERROR | 28 | Tag "@return" with body "@@return [array] [return array from the showthread api method]" has error |
ERROR | 28 | Tag "method" with body "@method [type] $threadid [The nodeid of the thread]" has error Unexpected token "[", expected type at offset 0 on line 1 |
login.php
Type | Line | Description |
---|---|---|
ERROR | 110 | Tag "@return" with body "@@return [array] [response -> errormessage and session params]" has error |
ERROR | 110 | Tag "method" with body "@method [string] $signed_request [fb info]" has error Unexpected token "[", expected type at offset 0 on line 1 |
ERROR | 27 | Tag "@return" with body "@@return [array] [response -> errormessage and session params]" has error |
ERROR | 27 | Tag "method" with body "@method [string] $signed_request [fb info]" has error Unexpected token "[", expected type at offset 0 on line 1 |
notification.php
Type | Line | Description |
---|---|---|
ERROR | 96 | Tag "@return" with body "@@return [array]" has error |
ERROR | 77 | Tag "@return" with body "@@return [array]" has error |
ERROR | 33 | Tag "@return" with body "@@return [array]" has error |
register.php
Type | Line | Description |
---|---|---|
ERROR | 382 | Tag "@return" with body "@@return [array]" has error |
ERROR | 382 | Tag "method" with body "@method [int] $confirm (unused)" has error Unexpected token "[", expected type at offset 0 on line 1 |
ERROR | 296 | Tag "@return" with body "@@return [array]" has error |
ERROR | 296 | Tag "method" with body "@method [type] $signed_request Facebook response" has error Unexpected token "[", expected type at offset 0 on line 1 |
ERROR | 296 | Tag "method" with body "@method [string] $fbname Facebook username (unused)" has error Unexpected token "[", expected type at offset 0 on line 1 |
ERROR | 296 | Tag "method" with body "@method [int] $fbuserid Facebook userid (unused)" has error Unexpected token "[", expected type at offset 0 on line 1 |
ERROR | 296 | Tag "method" with body "@method [int] $link" has error Unexpected token "[", expected type at offset 0 on line 1 |
apc.php
Type | Line | Description |
---|---|---|
ERROR | 23 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
filesystem.php
Type | Line | Description |
---|---|---|
ERROR | 23 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
context.php
Type | Line | Description |
---|---|---|
ERROR | 46 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
querybuilder.php
Type | Line | Description |
---|---|---|
ERROR | 971 | Tag "@return" with body "@@return -- the table name with the appropriate prefixed and escaped for safe query use." has error |
404.php
Type | Line | Description |
---|---|---|
ERROR | 27 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
adminstopmessage.php
Type | Line | Description |
---|---|---|
ERROR | 24 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
cache.php
Type | Line | Description |
---|---|---|
ERROR | 22 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
nodepermission.php
Type | Line | Description |
---|---|---|
ERROR | 23 | Tag "since" with body "@since $Date: 2021-02-16 11:04:48 -0800 (Tue, 16 Feb 2021) $" has error |
fastds.php
Type | Line | Description |
---|---|---|
ERROR | 636 | Tag "return" with body "@return string- the template contents" has error "\string-" is not a valid Fqsen. |
attach.php
Type | Line | Description |
---|---|---|
ERROR | 417 | Tag "@return" with body "@@return array. Array of ('ext' => 'basetype')" has error |
ERROR | 398 | Tag "@return" with body "@@return array. Array of ['ext' => header array] for each attachment. The ext keys will be returned as lower case. If no extension is found or the header is black, the default 'Content-type: application/octet-stream' is returned in the array." has error |
privatemessage.php
Type | Line | Description |
---|---|---|
ERROR | 1613 | Tag "param" with body "@param mixed- can pass sort direction, type, page, perpage, or folderid." has error "\mixed-" is not a valid Fqsen. |
content.php
Type | Line | Description |
---|---|---|
ERROR | 3774 | Tag "@return" with body "@@return ['found' => array of node values per the constant, 'notfound' => array of nodeids];" has error |
facebook.php
Type | Line | Description |
---|---|---|
ERROR | 583 | Tag "@return" with body "@@return mixed, vb userid if one is associated, false if not" has error |
ERROR | 541 | Tag "@return" with body "@@return array, fb userinfo array if logged in, false otherwise, see the facebook '/me' docs for details" has error |
ERROR | 527 | Tag "@return" with body "@@return mixed, fb userid if logged in, false otherwise" has error |
ERROR | 511 | Tag "@return" with body "@@return bool, true if auth token is still valid" has error |
node.php
Type | Line | Description |
---|---|---|
ERROR | 4966 | Tag "@return" with body "@@return" has error |
ERROR | 4414 | Tag "@return" with body "@@return [int]" has error |
ERROR | 1111 | Tag "@return" with body "@@return Array. A node record, optionally including attachment and ancestry." has error |
search.php
Type | Line | Description |
---|---|---|
ERROR | 86 | Tag "param" with body "@param" has error Expected a different value than "". |
user.php
Type | Line | Description |
---|---|---|
ERROR | 2872 | Tag "@return" with body "@@return string. The location string. Typically CountryCode:RegionCode. In some cases it may be just the CountryCode, the special value EU (for legacy EU users and in some cases where the geoip provider can't track it) and the special value "UNKNOWN"." has error |
functions.php
Type | Line | Description |
---|---|---|
ERROR | 1883 | Tag "@return" with body "@@return ['ivoted' => 0|1, 'votes' => int, 'votetypeid' => int, ]" has error |
ERROR | 129 | Tag "@return" with body "@@return [integer] $perpage [the correct number]" has error |
ERROR | 129 | Tag "method" with body "@method [integer] $perpage" has error Unexpected token "[", expected type at offset 0 on line 1 |
phrase.php
Type | Line | Description |
---|---|---|
ERROR | 26 | Tag "since" with body "@since $Date: 2022-01-10 14:23:41 -0800 (Mon, 10 Jan 2022) $" has error |
criteria.php
Type | Line | Description |
---|---|---|
ERROR | 435 | Tag "method" with body "@method ???? the dateline to limit the query to." has error Unexpected token "?", expected type at offset 1 on line 1 |
ERROR | 435 | Tag "method" with body "@method ???? direction" has error Unexpected token "?", expected type at offset 1 on line 1 |
ERROR | 341 | Tag "method" with body "@method ???? the dateline to limit the query to." has error Unexpected token "?", expected type at offset 1 on line 1 |
ERROR | 341 | Tag "method" with body "@method ???? direction" has error Unexpected token "?", expected type at offset 1 on line 1 |
tags.php
Type | Line | Description |
---|---|---|
ERROR | 302 | Tag "@return" with body "@@return ['content_limit' => total tags for content type, 'user_limit' => total tags the current user can have on this item]" has error |
runtime.php
Type | Line | Description |
---|---|---|
ERROR | 1230 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1194 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1183 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1172 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1161 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1150 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1139 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1111 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1100 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1053 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 1040 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 59 | Tag "method" with body "@method <type> $var" has error Unexpected token "<", expected type at offset 0 on line 1 |
functions.php
Type | Line | Description |
---|---|---|
ERROR | 144 | Tag "@return" with body "@@return $mixed." has error |
ERROR | 116 | Tag "@return" with body "@@return $mixed." has error |
algorithm.php
Type | Line | Description |
---|---|---|
ERROR | 55 | Tag "@return" with body "@@return string. The pasword token" has error |
vb.php
Type | Line | Description |
---|---|---|
ERROR | 828 | Tag "method" with body "@method <type> $userId" has error Unexpected token "<", expected type at offset 0 on line 1 |
ERROR | 805 | Tag "method" with body "@method <type> $userId" has error Unexpected token "<", expected type at offset 0 on line 1 |
builder.php
Type | Line | Description |
---|---|---|
ERROR | 72 | Tag "@return" with body "@@return string <?xml tag" has error |