Skip to content

Commit 5cb048b

Browse files
committed
TASK: Fix code style
1 parent fd05201 commit 5cb048b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/Driver/Version5/IndexerDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Driver\Version2;
1818
use Flowpack\ElasticSearch\Domain\Model\Document as ElasticSearchDocument;
1919

20-
2120
/**
2221
* Indexer driver for Elasticsearch version 5.x
2322
*

Classes/Driver/Version5/Mapping/NodeTypeMappingBuilder.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
use Flowpack\ElasticSearch\Domain\Model\Mapping;
2020
use Flowpack\ElasticSearch\Mapping\MappingCollection;
2121
use Neos\Error\Messages\Result;
22+
use Neos\Flow\Configuration\Exception\InvalidConfigurationTypeException;
2223
use Neos\Flow\ObjectManagement\ObjectManagerInterface;
2324

24-
2525
/**
2626
* NodeTypeMappingBuilder for Elasticsearch version 5.x
2727
*
@@ -33,6 +33,7 @@ class NodeTypeMappingBuilder extends Version2\Mapping\NodeTypeMappingBuilder
3333
* Called by the Flow object framework after creating the object and resolving all dependencies.
3434
*
3535
* @param integer $cause Creation cause
36+
* @throws InvalidConfigurationTypeException
3637
*/
3738
public function initializeObject($cause)
3839
{

0 commit comments

Comments
 (0)