Skip to content
Snippets Groups Projects
Commit 03a878ab authored by David Maus's avatar David Maus
Browse files

Add missing imports

parent 29c4cc4e
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
namespace HAB\Solr\Response\Json; namespace HAB\Solr\Response\Json;
use IteratorAggregate; use IteratorAggregate;
use ArrayIterator;
use ArrayObject; use ArrayObject;
use Countable; use Countable;
...@@ -240,4 +241,4 @@ class Spellcheck implements IteratorAggregate, Countable ...@@ -240,4 +241,4 @@ class Spellcheck implements IteratorAggregate, Countable
return (strlen($b) - strlen($a)); return (strlen($b) - strlen($a));
} }
} }
\ No newline at end of file
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
namespace HAB\Solr\Response\Json; namespace HAB\Solr\Response\Json;
use ArrayObject; use ArrayObject;
use ArrayIterator;
use IteratorAggregate; use IteratorAggregate;
/** /**
...@@ -104,4 +105,4 @@ class Terms implements IteratorAggregate ...@@ -104,4 +105,4 @@ class Terms implements IteratorAggregate
{ {
return $this->terms->offsetExists($field); return $this->terms->offsetExists($field);
} }
} }
\ No newline at end of file
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