@@ -214,6 +214,9 @@ |
||
| 214 | 214 | } |
| 215 | 215 | |
| 216 | 216 | |
| 217 | + /** |
|
| 218 | + * @param boolean $boolean |
|
| 219 | + */ |
|
| 217 | 220 | public function setProviderAsIndexed(IFullTextSearchProvider $provider, $boolean) { |
| 218 | 221 | $this->configService->setProviderOptions( |
| 219 | 222 | $provider->getId(), ConfigService::PROVIDER_INDEXED, (($boolean) ? '1' : '0') |
@@ -92,7 +92,7 @@ |
||
| 92 | 92 | |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * @param $action |
|
| 95 | + * @param string $action |
|
| 96 | 96 | * |
| 97 | 97 | * @throws InterruptException |
| 98 | 98 | * @throws TickDoesNotExistException |
@@ -129,7 +129,7 @@ |
||
| 129 | 129 | /** |
| 130 | 130 | * @param int $status |
| 131 | 131 | * |
| 132 | - * @return bool |
|
| 132 | + * @return integer |
|
| 133 | 133 | */ |
| 134 | 134 | public function isStatus($status) { |
| 135 | 135 | return ((int)$status & $this->getStatus()); |