View/Helper/ElasticsearchHelper.php 2

Type Line Description
error 25 Argument $explainations is missing from the Docblock of explain
error 45 Argument $explaination is missing from the Docblock of _explainationToString

Test/Fixture/ElasticsearchArticleFixture.php 2

Type Line Description
error 61 Argument $db is missing from the Docblock of create
error 94 Argument $db is missing from the Docblock of drop

Test/Case/View/Helper/ElasticsearchHelperTest.php 1

Type Line Description
error 38 Argument $explainations is missing from the Docblock of testExplain

Test/Case/Model/ElasticsearchDocumentTest.php 5

Type Line Description
error 425 Argument $rawQuery is missing from the Docblock of testExplainQuery
error 500 Argument $params is missing from the Docblock of testBulk
error 629 The type for the param tag $query in testDeleteByQuery() is either "type" or "unknown"; isn't this an IDE default?
error 629 The type for the param tag $countAfter in testDeleteByQuery() is either "type" or "unknown"; isn't this an IDE default?
error 629 Argument $query is missing from the Docblock of testDeleteByQuery

Test/Case/Model/Datasource/Http/ElasticsearchSourceTest.php 2

Type Line Description
error 95 Argument $requestCount is missing from the Docblock of testCandidates
error 164 Argument $method is missing from the Docblock of testExtractResultForce

Test/Case/Controller/ElasticsearchControllerTest.php 1

Type Line Description
error 38 Argument $method is missing from the Docblock of testExplain

Model/ElasticsearchDocument.php 10

Type Line Description
error 61 Argument $tableName is missing from the Docblock of setSource
error 77 Argument $type is missing from the Docblock of find
error 88 Argument $queryData is missing from the Docblock of beforeFind
error 108 Argument $id is missing from the Docblock of exists
error 122 Argument $connection is missing from the Docblock of explainQuery
error 182 Argument $conditions is missing from the Docblock of deleteAll
error 198 Argument $id is missing from the Docblock of delete
error 209 Argument $options is missing from the Docblock of beforeSave
error 220 Argument $queryData is missing from the Docblock of _mapMultipleIds
error 243 Argument $type is missing from the Docblock of _handleScrollFind

Model/Datasource/Http/ElasticsearchSource.php 7

Type Line Description
error 53 Argument $config is missing from the Docblock of __construct
error 63 Argument $Model is missing from the Docblock of _emulateLimit
error 75 Argument $model is missing from the Docblock of _extractResult
error 113 Argument $request is missing from the Docblock of getQueryCache
error 131 Argument $model is missing from the Docblock of request
error 144 Argument $request is missing from the Docblock of _singleRequest
error 161 Argument $request is missing from the Docblock of _writeQueryCache

Model/Datasource/ElasticsearchConnection.php 2

Type Line Description
error 68 Argument $result is missing from the Docblock of getNumRows
error 78 Argument $request is missing from the Docblock of request