@@ -347,7 +347,7 @@ discard block |
||
| 347 | 347 | /** |
| 348 | 348 | * Request that a specific model is not returned |
| 349 | 349 | * |
| 350 | - * @param Model|int $model The ID or model you don't want to get |
|
| 350 | + * @param Player $model The ID or model you don't want to get |
|
| 351 | 351 | * @return static |
| 352 | 352 | */ |
| 353 | 353 | public function except($model) |
@@ -649,6 +649,7 @@ discard block |
||
| 649 | 649 | * specified as a MySQL column and not as a column name given by the model |
| 650 | 650 | * |
| 651 | 651 | * @param string $column The column to select |
| 652 | + * @param string $mode |
|
| 652 | 653 | * @return static |
| 653 | 654 | */ |
| 654 | 655 | protected function column($column, $mode) |
@@ -797,6 +798,7 @@ discard block |
||
| 797 | 798 | |
| 798 | 799 | /** |
| 799 | 800 | * Generates all the WHERE conditions for the query |
| 801 | + * @param string $mode |
|
| 800 | 802 | * @return string |
| 801 | 803 | */ |
| 802 | 804 | private function createQueryConditions($mode) |