@@ -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) |
@@ -313,7 +313,6 @@ |
||
| 313 | 313 | * Run synchronization content if needed by the |
| 314 | 314 | * relation type. |
| 315 | 315 | * |
| 316 | - * @param array $actualContent |
|
| 317 | 316 | * @return void |
| 318 | 317 | */ |
| 319 | 318 | public function sync(array $entities) |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * Return a new Query instance for this driver |
| 29 | 29 | * |
| 30 | - * @return QueryAdapter |
|
| 30 | + * @return IlluminateQueryBuilder |
|
| 31 | 31 | */ |
| 32 | 32 | public function getQuery() |
| 33 | 33 | { |
@@ -177,7 +177,7 @@ |
||
| 177 | 177 | /** |
| 178 | 178 | * Get a the Underlying QueryAdapter. |
| 179 | 179 | * |
| 180 | - * @return \Analogue\ORM\Drivers\QueryAdapter |
|
| 180 | + * @return \Illuminate\Database\Query\Builder |
|
| 181 | 181 | */ |
| 182 | 182 | public function newQueryBuilder() |
| 183 | 183 | { |
@@ -1241,7 +1241,6 @@ |
||
| 1241 | 1241 | /** |
| 1242 | 1242 | * Gets the column name of a given entity attribute |
| 1243 | 1243 | * |
| 1244 | - * @param string $column_name |
|
| 1245 | 1244 | * @return string |
| 1246 | 1245 | */ |
| 1247 | 1246 | public function getColumnNameForAttribute($attribute_name) |