@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace As3\Modlr\Search\Elastic; |
4 | 4 | |
5 | 5 | use As3\Modlr\Metadata\EntityMetadata; |
6 | -use As3\Modlr\Metadata\Interfaces\SearchMetadataFactoryInterface; |
|
7 | 6 | use As3\Modlr\Persister\PersisterInterface; |
8 | -use As3\Modlr\Persister\Record; |
|
9 | 7 | use As3\Modlr\Search\ClientInterface; |
10 | 8 | |
11 | 9 | /** |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace As3\Modlr\Search\Elastic; |
4 | 4 | |
5 | -use As3\Modlr\Util\EntityUtility; |
|
6 | -use As3\Modlr\Exception\MetadataException; |
|
7 | 5 | use As3\Modlr\Metadata\EntityMetadata; |
8 | 6 | use As3\Modlr\Metadata\Interfaces\StorageMetadataFactoryInterface; |
9 | 7 |
@@ -96,12 +96,12 @@ |
||
96 | 96 | return null; |
97 | 97 | } |
98 | 98 | |
99 | - /** |
|
100 | - * Determines if registered listeners exist for an event name. |
|
101 | - * |
|
102 | - * @param string $eventName |
|
103 | - * @return bool |
|
104 | - */ |
|
99 | + /** |
|
100 | + * Determines if registered listeners exist for an event name. |
|
101 | + * |
|
102 | + * @param string $eventName |
|
103 | + * @return bool |
|
104 | + */ |
|
105 | 105 | public function hasListeners($eventName) |
106 | 106 | { |
107 | 107 | return null !== $this->getListeners($eventName); |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * |
25 | 25 | * @var string |
26 | 26 | */ |
27 | - private $prefix = 'ModlrData'; |
|
27 | + private $prefix = 'ModlrData'; |
|
28 | 28 | |
29 | 29 | /** |
30 | 30 | * Constructor. |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * |
25 | 25 | * @var string |
26 | 26 | */ |
27 | - private $prefix = 'ModlrData'; |
|
27 | + private $prefix = 'ModlrData'; |
|
28 | 28 | |
29 | 29 | /** |
30 | 30 | * Constructor. |