We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -59,7 +59,6 @@ discard block |
||
59 | 59 | /** |
60 | 60 | * Register aditional types in doctrine schema manager for the current connection. |
61 | 61 | * |
62 | - * @param Model $instance |
|
63 | 62 | * @return DB |
64 | 63 | */ |
65 | 64 | public static function getConnectionWithExtraTypeMappings() |
@@ -168,7 +167,7 @@ discard block |
||
168 | 167 | * |
169 | 168 | * @param array $columns - the database columns that contain the JSONs |
170 | 169 | * |
171 | - * @return Model |
|
170 | + * @return CrudTrait |
|
172 | 171 | */ |
173 | 172 | public function withFakes($columns = []) |
174 | 173 | { |