Skip to content

Commit 7ed21a1

Browse files
authored
Fix parameter types (#43403)
1 parent ac56c4f commit 7ed21a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected function isSoftDeletableModel($model)
167167
/**
168168
* Cast a JSON string to a database compatible type.
169169
*
170-
* @param array|string $value
170+
* @param array|object|string $value
171171
* @return \Illuminate\Database\Query\Expression
172172
*/
173173
public function castAsJson($value)

0 commit comments

Comments
 (0)