@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * Remove the scope from the given Analogue query builder. |
| 34 | 34 | * |
| 35 | - * @param mixed $query |
|
| 35 | + * @param Query $query |
|
| 36 | 36 | * @return void |
| 37 | 37 | */ |
| 38 | 38 | public function remove(Query $query) |
@@ -383,6 +383,7 @@ |
||
| 383 | 383 | * Set the join clause for the relation query. |
| 384 | 384 | * |
| 385 | 385 | * @param \Analogue\ORM\Query|null |
| 386 | + * @param Query $query |
|
| 386 | 387 | * @return $this |
| 387 | 388 | */ |
| 388 | 389 | protected function setJoin($query = null) |