@@ -266,7 +266,7 @@ discard block |
||
266 | 266 | * |
267 | 267 | * @param string $alias The column to remove |
268 | 268 | * |
269 | - * @return null |
|
269 | + * @return boolean |
|
270 | 270 | * |
271 | 271 | */ |
272 | 272 | public function removeCol($alias) |
@@ -563,6 +563,9 @@ discard block |
||
563 | 563 | return $this->addJoin(' ' . $text); |
564 | 564 | } |
565 | 565 | |
566 | + /** |
|
567 | + * @param string $spec |
|
568 | + */ |
|
566 | 569 | protected function addJoin($spec) |
567 | 570 | { |
568 | 571 | $from_key = ($this->from_key == -1) ? 0 : $this->from_key; |