@@ -368,7 +368,7 @@ discard block |
||
| 368 | 368 | /** |
| 369 | 369 | * Request that a specific model is not returned |
| 370 | 370 | * |
| 371 | - * @param Model|int $model The ID or model you don't want to get |
|
| 371 | + * @param Player $model The ID or model you don't want to get |
|
| 372 | 372 | * @return static |
| 373 | 373 | */ |
| 374 | 374 | public function except($model) |
@@ -821,6 +821,7 @@ discard block |
||
| 821 | 821 | |
| 822 | 822 | /** |
| 823 | 823 | * Generates all the WHERE conditions for the query |
| 824 | + * @param string $mode |
|
| 824 | 825 | * @return string |
| 825 | 826 | */ |
| 826 | 827 | private function createQueryConditions($mode) |