Skip to content

Commit 0f835f6

Browse files
authored
Fix param name (#53325)
1 parent 36b6991 commit 0f835f6

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
@@ -231,7 +231,7 @@ protected function isSoftDeletableModel($model)
231231
* Cast a JSON string to a database compatible type.
232232
*
233233
* @param array|object|string $value
234-
* @param string|null $collection
234+
* @param string|null $connection
235235
* @return \Illuminate\Contracts\Database\Query\Expression
236236
*/
237237
public function castAsJson($value, $connection = null)

0 commit comments

Comments
 (0)