8000 Update PHPDoc for whereRaw to allow Expression as $sql (#55674) · laravel/framework@81cd4d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81cd4d6

Browse files
authored
Update PHPDoc for whereRaw to allow Expression as $sql (#55674)
Signed-off-by: mitoop <me@mitoop.com>
1 parent 58ce619 commit 81cd4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ public function orWhereColumn($first, $operator = null, $second = null)
11011101
/**
11021102
* Add a raw where clause to the query.
11031103
*
1104-
* @param string $sql
1104+
* @param \Illuminate\Contracts\Database\Query\Expression|string $sql
11051105
* @param mixed $bindings
11061106
* @param string $boolean
11071107
* @return $this

0 commit comments

Comments
 (0)
0