@@ -194,7 +194,7 @@ |
||
| 194 | 194 | } |
| 195 | 195 | |
| 196 | 196 | /** |
| 197 | - * @param PartitionDefinition|PartitionDefinition[] $component the component to be built |
|
| 197 | + * @param PartitionDefinition[] $component the component to be built |
|
| 198 | 198 | * @param array $options parameters for building |
| 199 | 199 | * |
| 200 | 200 | * @return string |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | * @param Parser $parser the parser that serves as context |
| 67 | 67 | * @param TokensList $list the list of tokens that are being parsed |
| 68 | 68 | * |
| 69 | - * @return Expression |
|
| 69 | + * @return CaseExpression |
|
| 70 | 70 | */ |
| 71 | 71 | public static function parse(Parser $parser, TokensList $list, array $options = array()) |
| 72 | 72 | { |
@@ -499,7 +499,7 @@ |
||
| 499 | 499 | * @param Statement $statement the parsed query that has to be modified |
| 500 | 500 | * @param TokensList $list the list of tokens |
| 501 | 501 | * @param string $clause the clause to be returned |
| 502 | - * @param int|string $type The type of the search. |
|
| 502 | + * @param integer $type The type of the search. |
|
| 503 | 503 | * If int, |
| 504 | 504 | * -1 for everything that was before |
| 505 | 505 | * 0 only for the clause |