@@ -58,7 +58,7 @@ |
||
58 | 58 | * @param OperationInterface $operation The operationobject |
59 | 59 | * @param ConfigurationInterface $configuration The configurationobject |
60 | 60 | * |
61 | - * @return mixed |
|
61 | + * @return string |
|
62 | 62 | */ |
63 | 63 | public function runOperation(OperationInterface $operation, ConfigurationInterface $configuration = null) |
64 | 64 | { |
@@ -136,6 +136,9 @@ |
||
136 | 136 | |
137 | 137 | } |
138 | 138 | |
139 | + /** |
|
140 | + * @param Search $operation |
|
141 | + */ |
|
139 | 142 | protected function runOperation($operation) |
140 | 143 | { |
141 | 144 | $apaiIo = new ApaiIO($this->conf); |