AmbiguousEntityNameException.php2

Type Line Description
error 26 No short description for method __construct()
error 26 Argument $name is missing from the Docblock of __construct()

AtomFeed.php2

Type Line Description
error 62 No DocBlock was found for method parseDict()
error 83 No DocBlock was found for method parseList()

Collection.php6

Type Line Description
error 25 No DocBlock was found for property $entitySubclass
error 27 No short description for method __construct()
error 275 Argument $name is missing from the Docblock of getEntityPath()
error 283 Argument $name is missing from the Docblock of getEntityRelativePath()
error 291 Argument $name is missing from the Docblock of checkName()
error 300 Argument $namespace is missing from the Docblock of checkNamespace()

ConnectException.php3

Type Line Description
error 25 No short description for method __construct()
error 25 Argument $message is missing from the Docblock of __construct()
error 25 Argument $code is missing from the Docblock of __construct()

Context.php11

Type Line Description
error 25 No DocBlock was found for property $username
error 26 No DocBlock was found for property $password
error 27 No DocBlock was found for property $token
error 28 No DocBlock was found for property $host
error 29 No DocBlock was found for property $port
error 30 No DocBlock was found for property $scheme
error 31 No DocBlock was found for property $namespace
error 32 No DocBlock was found for property $http
error 156 Argument $method is missing from the Docblock of sendSimpleRequest()
error 156 Argument $path is missing from the Docblock of sendSimpleRequest()
error 156 Argument $args is missing from the Docblock of sendSimpleRequest()

Endpoint.php8

Type Line Description
error 25 No DocBlock was found for property $service
error 26 No DocBlock was found for property $path
error 28 No short description for method __construct()
error 28 Argument $service is missing from the Docblock of __construct()
error 28 Argument $path is missing from the Docblock of __construct()
error 102 Argument $method is missing from the Docblock of sendSimpleRequest()
error 102 Argument $relativePath is missing from the Docblock of sendSimpleRequest()
error 102 Argument $args is missing from the Docblock of sendSimpleRequest()

Entity.php14

Type Line Description
error 25 No DocBlock was found for property $loaded
error 26 No DocBlock was found for property $entry
error 27 No DocBlock was found for property $namespace
error 28 No DocBlock was found for property $content
error 30 No short description for method __construct()
error 70 Argument $fetchArgs is missing from the Docblock of validate()
error 86 Argument $fetchArgs is missing from the Docblock of load()
error 100 Argument $fetchArgs is missing from the Docblock of fetch()
error 110 Argument $xml is missing from the Docblock of extractEntryFromRootXmlElement()
error 235 No short description for method offsetSet()
error 235 Argument $key is missing from the Docblock of offsetSet()
error 235 Argument $value is missing from the Docblock of offsetSet()
error 241 No short description for method offsetUnset()
error 241 Argument $key is missing from the Docblock of offsetUnset()

Http.php14

Type Line Description
error 26 No short description for method get()
error 26 Name of argument $url does not match with the DocBlock's name $params in get()
error 26 Argument $params is missing from the Docblock of get()
error 26 Argument $requestHeaders is missing from the Docblock of get()
error 35 No short description for method post()
error 35 Name of argument $url does not match with the DocBlock's name $params in post()
error 35 Argument $params is missing from the Docblock of post()
error 35 Argument $requestHeaders is missing from the Docblock of post()
error 47 No short description for method delete()
error 47 Name of argument $url does not match with the DocBlock's name $params in delete()
error 47 Argument $params is missing from the Docblock of delete()
error 47 Argument $requestHeaders is missing from the Docblock of delete()
error 56 No DocBlock was found for method requestWithParams()
error 150 No DocBlock was found for method requestWithCurl()

HttpException.php4

Type Line Description
error 25 No DocBlock was found for property $response
error 29 No short description for method __construct()
error 29 Argument $response is missing from the Docblock of __construct()
error 42 Argument $response is missing from the Docblock of parseFirstMessageFrom()

HttpResponse.php8

Type Line Description
error 40 No DocBlock was found for property $state
error 41 No DocBlock was found for property $body
error 42 No DocBlock was found for property $bodyStream
error 45 No DocBlock was found for method __construct()
error 54 No short description for method __get()
error 54 Argument $key is missing from the Docblock of __get()
error 65 No DocBlock was found for method getBody()
error 82 No DocBlock was found for method getBodyStream()

Job.php6

Type Line Description
error 36 No DocBlock was found for method fetch()
error 55 No DocBlock was found for method extractEntryFromRootXmlElement()
error 97 No short description for method getName()
error 328 Argument $pageType is missing from the Docblock of fetchPage()
error 328 Argument $args is missing from the Docblock of fetchPage()
error 388 Argument $actionName is missing from the Docblock of sendControlAction()

Jobs.php3

Type Line Description
error 27 No short description for method get()
error 27 Argument $name is missing from the Docblock of get()
error 27 Argument $namespace is missing from the Docblock of get()

Namespace.php8

Type Line Description
error 29 No DocBlock was found for property $owner
error 30 No DocBlock was found for property $app
error 31 No DocBlock was found for property $sharing
error 35 Argument $owner is missing from the Docblock of __construct()
error 35 Argument $app is missing from the Docblock of __construct()
error 35 Argument $sharing is missing from the Docblock of __construct()
error 237 Argument $expected is missing from the Docblock of ensureArgumentCountEquals()
error 237 Argument $actual is missing from the Docblock of ensureArgumentCountEquals()

NoSuchEntityException.php2

Type Line Description
error 25 No short description for method __construct()
error 25 Argument $name is missing from the Docblock of __construct()

PaginatedResultsReader.php18

Type Line Description
critical 18 No short description for class \Splunk_PaginatedResultsReader
error 24 No DocBlock was found for property $job
error 25 No DocBlock was found for property $args
error 27 No DocBlock was found for property $curPageResultsIterator
error 28 No DocBlock was found for property $curOffset
error 29 No DocBlock was found for property $limOffset
error 30 No DocBlock was found for property $pageMaxSize
error 31 No DocBlock was found for property $fieldOrderWasReturned
error 33 No DocBlock was found for property $currentElement
error 34 No DocBlock was found for property $atStart
error 36 Argument $job is missing from the Docblock of __construct()
error 36 Argument $args is missing from the Docblock of __construct()
error 81 No DocBlock was found for method rewind()
error 90 No DocBlock was found for method valid()
error 95 No DocBlock was found for method next()
error 101 No DocBlock was found for method current()
error 106 No DocBlock was found for method key()
error 113 No DocBlock was found for method readNextElement()

Receiver.php3

Type Line Description
error 25 No DocBlock was found for property $service
error 27 No short description for method __construct()
error 27 Argument $service is missing from the Docblock of __construct()

ResultsFieldOrder.php3

Type Line Description
error 27 No DocBlock was found for property $fieldNames
error 29 No short description for method __construct()
error 29 Argument $fieldNames is missing from the Docblock of __construct()

ResultsMessage.php5

Type Line Description
error 26 No DocBlock was found for property $type
error 27 No DocBlock was found for property $text
error 29 No short description for method __construct()
error 29 Argument $type is missing from the Docblock of __construct()
error 29 Argument $text is missing from the Docblock of __construct()

ResultsReader.php6

Type Line Description
error 74 No DocBlock was found for property $emptyXml
error 75 No DocBlock was found for property $xmlReader
error 77 No DocBlock was found for property $currentElement
error 78 No DocBlock was found for property $atStart
error 124 No short description for method rewind()
error 164 No short description for method key()

Service.php1

Type Line Description
error 25 Argument $args is missing from the Docblock of __construct()

StreamStream.php14

Type Line Description
error 31 No DocBlock was found for property $registeredStreams
error 48 No short description for method getOpenStreamCount()
error 60 No DocBlock was found for property $stream
error 61 No DocBlock was found for property $streamId
error 63 No DocBlock was found for method stream_open()
error 80 No DocBlock was found for method stream_read()
error 85 No DocBlock was found for method stream_write()
error 90 No DocBlock was found for method stream_seek()
error 95 No DocBlock was found for method stream_tell()
error 100 No DocBlock was found for method stream_eof()
error 105 No DocBlock was found for method stream_stat()
error 110 No DocBlock was found for method stream_flush()
error 115 No DocBlock was found for method stream_close()
error 127 No DocBlock was found for method url_stat()

StringStream.php2

Type Line Description
error 31 No short description for method create()
error 31 Argument $string is missing from the Docblock of create()

Util.php2

Type Line Description
error 58 Argument $stream is missing from the Docblock of fwriteall()
error 58 Argument $data is missing from the Docblock of fwriteall()

XmlUtil.php3

Type Line Description
error 37 No short description for method getAttributeValue()
error 49 No short description for method getTextContent()
error 60 No short description for method getTextContentAtXpath()