lib/twitteroauth.php39

Type Line Description
error 0 No page-level DocBlock was found in file lib/twitteroauth.php
error 17 No DocBlock was found for property $http_code
error 19 No DocBlock was found for property $url
error 21 No DocBlock was found for property $host
error 23 No DocBlock was found for property $timeout
error 25 No DocBlock was found for property $connecttimeout
error 27 No DocBlock was found for property $ssl_verifypeer
error 29 No DocBlock was found for property $format
error 31 No DocBlock was found for property $decode_json
error 33 No DocBlock was found for property $http_info
error 35 No DocBlock was found for property $useragent
error 46 No DocBlock was found for method authenticateURL()
error 47 No DocBlock was found for method authorizeURL()
error 48 No DocBlock was found for method requestTokenURL()
error 54 No DocBlock was found for method lastAPICall()
error 56 Argument $consumer_key is missing from the Docblock of __construct()
error 56 Argument $consumer_secret is missing from the Docblock of __construct()
error 56 Argument $oauth_token is missing from the Docblock of __construct()
error 56 Argument $oauth_token_secret is missing from the Docblock of __construct()
error 70 Argument $oauth_callback is missing from the Docblock of getRequestToken()
error 86 Argument $token is missing from the Docblock of getAuthorizeURL()
error 86 Argument $sign_in_with_twitter is missing from the Docblock of getAuthorizeURL()
error 102 Argument $oauth_verifier is missing from the Docblock of getAccessToken()
error 122 Argument $username is missing from the Docblock of getXAuthToken()
error 122 Argument $password is missing from the Docblock of getXAuthToken()
error 142 Argument $url is missing from the Docblock of get()
error 142 Argument $parameters is missing from the Docblock of get()
error 153 Argument $url is missing from the Docblock of post()
error 153 Argument $parameters is missing from the Docblock of post()
error 164 Argument $url is missing from the Docblock of delete()
error 164 Argument $parameters is missing from the Docblock of delete()
error 175 Argument $url is missing from the Docblock of oAuthRequest()
error 175 Argument $method is missing from the Docblock of oAuthRequest()
error 175 Argument $parameters is missing from the Docblock of oAuthRequest()
error 192 Argument $url is missing from the Docblock of http()
error 192 Argument $method is missing from the Docblock of http()
error 192 Argument $postfields is missing from the Docblock of http()
error 233 Argument $ch is missing from the Docblock of getHeader()
error 233 Argument $header is missing from the Docblock of getHeader()

lib/OAuth.php85

Type Line Description
error 0 No page-level DocBlock was found in file lib/OAuth.php
error 6 No DocBlock was found for \OAuthException
error 10 No DocBlock was found for \OAuthConsumer
error 11 No DocBlock was found for property $key
error 12 No DocBlock was found for property $secret
error 14 No DocBlock was found for method __construct()
error 20 No DocBlock was found for method __toString()
error 25 No DocBlock was found for \OAuthToken
error 27 No DocBlock was found for property $key
error 28 No DocBlock was found for property $secret
error 30 Argument $key is missing from the Docblock of __construct()
error 30 Argument $secret is missing from the Docblock of __construct()
error 50 No DocBlock was found for method __toString()
error 100 No DocBlock was found for method get_name()
error 104 No DocBlock was found for method build_signature()
error 126 No DocBlock was found for method get_name()
error 130 Argument $request is missing from the Docblock of build_signature()
error 130 Argument $consumer is missing from the Docblock of build_signature()
error 130 Argument $token is missing from the Docblock of build_signature()
error 162 No DocBlock was found for method get_name()
error 172 No DocBlock was found for method fetch_public_cert()
error 178 No DocBlock was found for method fetch_private_cert()
error 180 No DocBlock was found for method build_signature()
error 199 No DocBlock was found for method check_signature()
error 220 No DocBlock was found for \OAuthRequest
error 221 No DocBlock was found for property $parameters
error 222 No DocBlock was found for property $http_method
error 223 No DocBlock was found for property $http_url
error 225 No DocBlock was found for property $base_string
error 226 No DocBlock was found for property $version
error 227 No DocBlock was found for property $POST_INPUT
error 229 No DocBlock was found for method __construct()
error 238 Argument $http_method is missing from the Docblock of from_request()
error 238 Argument $http_url is missing from the Docblock of from_request()
error 238 Argument $parameters is missing from the Docblock of from_request()
error 289 Argument $consumer is missing from the Docblock of from_consumer_and_token()
error 289 Argument $token is missing from the Docblock of from_consumer_and_token()
error 289 Argument $http_method is missing from the Docblock of from_consumer_and_token()
error 289 Argument $http_url is missing from the Docblock of from_consumer_and_token()
error 289 Argument $parameters is missing from the Docblock of from_consumer_and_token()
error 306 No DocBlock was found for method set_parameter()
error 321 No DocBlock was found for method get_parameter()
error 325 No DocBlock was found for method get_parameters()
error 329 No DocBlock was found for method unset_parameter()
error 416 Argument $realm is missing from the Docblock of to_header()
error 443 No DocBlock was found for method __toString()
error 448 No DocBlock was found for method sign_request()
error 458 No DocBlock was found for method build_signature()
error 481 No DocBlock was found for \OAuthServer
error 482 No DocBlock was found for property $timestamp_threshold
error 483 No DocBlock was found for property $version
error 484 No DocBlock was found for property $signature_methods
error 486 No DocBlock was found for property $data_store
error 488 No DocBlock was found for method __construct()
error 492 No DocBlock was found for method add_signature_method()
error 499 Argument $request is missing from the Docblock of fetch_request_token()
error 520 Argument $request is missing from the Docblock of fetch_access_token()
error 541 Argument $request is missing from the Docblock of verify_request()
error 553 Argument $request is missing from the Docblock of get_version()
error 569 Argument $request is missing from the Docblock of get_signature_method()
error 593 Argument $request is missing from the Docblock of get_consumer()
error 610 Argument $request is missing from the Docblock of get_token()
error 610 Argument $consumer is missing from the Docblock of get_token()
error 610 Argument $token_type is missing from the Docblock of get_token()
error 624 Argument $request is missing from the Docblock of check_signature()
error 624 Argument $consumer is missing from the Docblock of check_signature()
error 624 Argument $token is missing from the Docblock of check_signature()
error 651 Argument $timestamp is missing from the Docblock of check_timestamp()
error 669 Argument $consumer is missing from the Docblock of check_nonce()
error 669 Argument $token is missing from the Docblock of check_nonce()
error 669 Argument $nonce is missing from the Docblock of check_nonce()
error 669 Argument $timestamp is missing from the Docblock of check_nonce()
error 692 No DocBlock was found for \OAuthDataStore
error 693 No DocBlock was found for method lookup_consumer()
error 697 No DocBlock was found for method lookup_token()
error 701 No DocBlock was found for method lookup_nonce()
error 705 No DocBlock was found for method new_request_token()
error 709 No DocBlock was found for method new_access_token()
error 718 No DocBlock was found for \OAuthUtil
error 719 No DocBlock was found for method urlencode_rfc3986()
error 737 No DocBlock was found for method urldecode_rfc3986()
error 744 No DocBlock was found for method split_header()
error 766 No DocBlock was found for method get_headers()
error 814 No DocBlock was found for method parse_parameters()
error 843 No DocBlock was found for method build_http_query()

inc/action.php1

Type Line Description
error 53 No DocBlock was found for function \pwt_download()