@@ -198,7 +198,7 @@ |
||
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | - * @param PartitionDefinition|PartitionDefinition[] $component The component to be built. |
|
| 201 | + * @param PartitionDefinition[] $component The component to be built. |
|
| 202 | 202 | * @param array $options Parameters for building. |
| 203 | 203 | * |
| 204 | 204 | * @return string |
@@ -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 |