@@ -505,7 +505,7 @@ |
||
| 505 | 505 | * @param Statement $statement The parsed query that has to be modified. |
| 506 | 506 | * @param TokensList $list The list of tokens. |
| 507 | 507 | * @param string $clause The clause to be returned. |
| 508 | - * @param int|string $type The type of the search. |
|
| 508 | + * @param integer $type The type of the search. |
|
| 509 | 509 | * If int, |
| 510 | 510 | * -1 for everything that was before |
| 511 | 511 | * 0 only for the clause |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | * @param Parser $parser The parser that serves as context. |
| 78 | 78 | * @param TokensList $list The list of tokens that are being parsed. |
| 79 | 79 | * |
| 80 | - * @return Expression |
|
| 80 | + * @return CaseExpression |
|
| 81 | 81 | */ |
| 82 | 82 | public static function parse(Parser $parser, TokensList $list) |
| 83 | 83 | { |
@@ -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 |