Skip to content

Commit

Permalink
Update orWhereRaw docblock following #20234 (#20265)
Browse files Browse the repository at this point in the history
Thanks @a-komarev for pointing out.
  • Loading branch information
u1735067 authored and taylorotwell committed Jul 26, 2017
1 parent 727339c commit 2876087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ public function whereRaw($sql, $bindings = [], $boolean = 'and')
* Add a raw or where clause to the query.
*
* @param string $sql
* @param array $bindings
* @param mixed $bindings
* @return \Illuminate\Database\Query\Builder|static
*/
public function orWhereRaw($sql, $bindings = [])
Expand Down

0 comments on commit 2876087

Please sign in to comment.