@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * Helper method: matches filtering operators to valid UQL operators |
| 74 | 74 | * in order to do Filter to UQL transformations |
| 75 | 75 | * |
| 76 | - * @param $method |
|
| 76 | + * @param string $method |
|
| 77 | 77 | * |
| 78 | 78 | * @throws Exception\UQLInterpreterException |
| 79 | 79 | * @return |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | * |
| 240 | 240 | * @param $token |
| 241 | 241 | * |
| 242 | - * @return mixed |
|
| 242 | + * @return integer |
|
| 243 | 243 | * @throws \Exception |
| 244 | 244 | */ |
| 245 | 245 | protected function translateLogic($token) |
@@ -262,7 +262,7 @@ discard block |
||
| 262 | 262 | * |
| 263 | 263 | * @param $value |
| 264 | 264 | * |
| 265 | - * @return mixed |
|
| 265 | + * @return string |
|
| 266 | 266 | */ |
| 267 | 267 | protected function parseValue($value) |
| 268 | 268 | { |