Psr interfaces #672
Annotations
10 errors
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/AsyncSearch/Submit.php#L90
Return type OpenSearch\Endpoints\AsyncSearch\Submit of method OpenSearch\Endpoints\AsyncSearch\Submit::setBody() is not covariant with return type static(OpenSearch\Endpoints\AbstractEndpoint) of method OpenSearch\Endpoints\AbstractEndpoint::setBody().
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/AsyncSearch/Submit.php#L92
Strict comparison using !== between true and true will always evaluate to false.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/AsyncSearch/Submit.php#L92
Variable $body in isset() always exists and is not nullable.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/AsynchronousSearch/Search.php#L52
Strict comparison using !== between true and true will always evaluate to false.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/AsynchronousSearch/Search.php#L52
Variable $body in isset() always exists and is not nullable.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/Bulk.php#L75
Strict comparison using !== between true and true will always evaluate to false.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/Bulk.php#L75
Variable $body in isset() always exists and is not nullable.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/Bulk.php#L78
Instanceof between *NEVER* and Traversable will always evaluate to false.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/Bulk.php#L78
Result of || is always true.
|
PHP Static Analysis Tool:
src/OpenSearch/Endpoints/BulkStream.php#L71
Strict comparison using !== between true and true will always evaluate to false.
|
Loading