Skip to content

Commit 767044c

Browse files
committed
TASK: Some docblock @throws tweaks
1 parent 9cc45ed commit 767044c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Classes/Command/NodeIndexQueueCommandController.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class NodeIndexQueueCommandController extends CommandController
8383
* @param string $workspace
8484
* @throws \Flowpack\JobQueue\Common\Exception
8585
* @throws \Neos\Flow\Mvc\Exception\StopActionException
86+
* @throws \Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception
8687
*/
8788
public function buildCommand($workspace = null)
8889
{
@@ -261,6 +262,7 @@ protected function indexWorkspace($workspaceName, $indexPostfix)
261262
/**
262263
* @param string $indexPostfix
263264
* @return string
265+
* @throws \Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception
264266
*/
265267
protected function createNextIndex($indexPostfix)
266268
{
@@ -273,6 +275,9 @@ protected function createNextIndex($indexPostfix)
273275

274276
/**
275277
* Update Index Mapping
278+
*
279+
* @return void
280+
* @throws \Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception
276281
*/
277282
protected function updateMapping()
278283
{

0 commit comments

Comments
 (0)