Skip to content
Snippets Groups Projects
Commit 5984d03f authored by Martynas Sudintas's avatar Martynas Sudintas
Browse files

Removed unused namespaces, variables

parent 53fad5b5
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@
namespace ONGR\ElasticsearchBundle\DSL\Bool;
use ONGR\ElasticsearchBundle\DSL\BuilderInterface;
use ONGR\ElasticsearchBundle\DSL\ParametersTrait;
use ONGR\ElasticsearchBundle\DSL\Query\BoolQuery;
/**
......
......@@ -11,9 +11,6 @@
namespace ONGR\ElasticsearchBundle\DSL\Filter;
use ONGR\ElasticsearchBundle\DSL\BuilderInterface;
use ONGR\ElasticsearchBundle\DSL\ParametersTrait;
/**
* Represents Elasticsearch "or" filter.
*
......
......@@ -30,7 +30,7 @@ class Query implements BuilderInterface
*
* @deprecated will remove in 1.0 Add NestedQuery to the Query as all other queries.
*/
private $nested = null;
private $nested;
/**
* @param array $boolParams Possible values:
......
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