functions.php 3

Type Line Description
error 0 No summary was found for this file
error 6 Argument $message is missing from the Docblock of defaultOTSErrorLogHandler
error 15 Argument $message is missing from the Docblock of defaultOTSDebugLogHandler

OTS/OTSClient.php 1

Type Line Description
error 0 No summary was found for this file

OTS/OTSClientConfig.php 12

Type Line Description
error 0 No summary was found for this file
error 40 Argument $args is missing from the Docblock of __construct
error 85 No summary for method getEndPoint()
error 90 No summary for method getAccessKeyID()
error 95 No summary for method getAccessKeySecret()
error 100 No summary for method getInstanceName()
error 13 No summary for property $endPoint
error 14 No summary for property $accessKeyID
error 15 No summary for property $accessKeySecret
error 16 No summary for property $instanceName
error 17 No summary for property $connectionTimeout
error 18 No summary for property $socketTimeout

OTS/OTSClientException.php 1

Type Line Description
error 0 No summary was found for this file

OTS/OTSServerException.php 12

Type Line Description
error 0 No summary was found for this file
error 17 Argument $apiName is missing from the Docblock of __construct
error 17 Argument $httpStatus is missing from the Docblock of __construct
error 17 Argument $otsErrorCode is missing from the Docblock of __construct
error 17 Argument $otsErrorMsg is missing from the Docblock of __construct
error 17 Argument $requestId is missing from the Docblock of __construct
error 17 No summary for method __construct()
error 27 No summary for method getOTSErrorMessage()
error 32 No summary for method getOTSErrorCode()
error 37 No summary for method getRequestId()
error 42 No summary for method getHttpStatus()
error 47 No summary for method __toString()

OTS/Retry/DefaultRetryPolicy.php 11

Type Line Description
error 0 No summary was found for this file
error 25 Argument $maxRetryTimes is missing from the Docblock of __construct
error 25 Argument $maxRetryDelay is missing from the Docblock of __construct
error 25 No summary for method __construct()
error 44 Argument $context is missing from the Docblock of maxRetryTimeReached
error 44 No summary for method maxRetryTimeReached()
error 49 Argument $context is missing from the Docblock of canRetry
error 49 No summary for method canRetry()
error 66 Argument $context is missing from the Docblock of getRetryDelay
error 66 No summary for method getRetryDelay()
error 15 No summary for property $maxRetryTimes

OTS/Retry/NoRetryPolicy.php 7

Type Line Description
error 0 No summary was found for this file
error 14 Argument $context is missing from the Docblock of maxRetryTimeReached
error 14 No summary for method maxRetryTimeReached()
error 19 Argument $context is missing from the Docblock of canRetry
error 19 No summary for method canRetry()
error 24 Argument $context is missing from the Docblock of getRetryDelay
error 24 No summary for method getRetryDelay()

OTS/Retry/RetryPolicy.php 7

Type Line Description
error 0 No summary was found for this file
error 16 Argument $context is missing from the Docblock of maxRetryTimeReached
error 16 No summary for method maxRetryTimeReached()
error 17 Argument $context is missing from the Docblock of canRetry
error 17 No summary for method canRetry()
error 18 Argument $context is missing from the Docblock of getRetryDelay
error 18 No summary for method getRetryDelay()

OTS/Retry/RetryUtil.php 10

Type Line Description
error 0 No summary was found for this file
error 7 No summary for class \Aliyun\OTS\Retry\RetryUtil
error 9 Argument $context is missing from the Docblock of shouldRetryNoMatterWhichAPI
error 9 No summary for method shouldRetryNoMatterWhichAPI()
error 36 Argument $apiName is missing from the Docblock of isRepeatableAPI
error 36 No summary for method isRepeatableAPI()
error 53 Argument $context is missing from the Docblock of shouldRetryWhenAPIRepeatable
error 53 No summary for method shouldRetryWhenAPIRepeatable()
error 80 Argument $context is missing from the Docblock of isServerThrottlingException
error 80 No summary for method isServerThrottlingException()