Skip to content
Snippets Groups Projects
Commit 70db315b authored by Tomas Pocevičius's avatar Tomas Pocevičius
Browse files

Remove TODOs

parent f3995bf8
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,6 @@ use ONGR\ElasticsearchDSL\ParametersTrait; ...@@ -18,8 +18,6 @@ use ONGR\ElasticsearchDSL\ParametersTrait;
* Represents Elasticsearch "ids" query. * Represents Elasticsearch "ids" query.
* *
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-ids-query.html * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-ids-query.html
*
* @todo Add "type" support
*/ */
class IdsQuery implements BuilderInterface class IdsQuery implements BuilderInterface
{ {
......
...@@ -17,8 +17,6 @@ use ONGR\ElasticsearchDSL\ParametersTrait; ...@@ -17,8 +17,6 @@ use ONGR\ElasticsearchDSL\ParametersTrait;
* Elasticsearch Span not query. * Elasticsearch Span not query.
* *
* @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-not-query.html * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-not-query.html
*
* @todo Add options support
*/ */
class SpanNotQuery implements SpanQueryInterface class SpanNotQuery implements SpanQueryInterface
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment