@@ -97,6 +97,7 @@ |
||
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | 99 | * {@inheritDoc} |
| 100 | + * @param string $template |
|
| 100 | 101 | */ |
| 101 | 102 | public function colTpl( |
| 102 | 103 | /*# string */ $template, |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | * |
| 64 | 64 | * @param string $joinType |
| 65 | 65 | * @param string|string[]|SelectStatementInterface $secondTable |
| 66 | - * @param string|string[]|ExpressionInterface $onClause |
|
| 66 | + * @param string $onClause |
|
| 67 | 67 | * @param string $firstTable |
| 68 | 68 | * @param bool $rawMode |
| 69 | 69 | * @return $this |
@@ -97,6 +97,7 @@ |
||
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | 99 | * {@inheritDoc} |
| 100 | + * @param string $template |
|
| 100 | 101 | */ |
| 101 | 102 | public function colTpl( |
| 102 | 103 | /*# string */ $template, |