Skip to content

Commit ede6ee6

Browse files
authored
Fix wrong PHPDoc (#38336)
1 parent ebe072a commit ede6ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Query/JoinClause.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function on($first, $operator = null, $second = null, $boolean = 'and')
104104
*
105105
* @param \Closure|string $first
106106
* @param string|null $operator
107-
* @param string|null $second
107+
* @param \Illuminate\Database\Query\Expression|string|null $second
108108
* @return \Illuminate\Database\Query\JoinClause
109109
*/
110110
public function orOn($first, $operator = null, $second = null)

0 commit comments

Comments
 (0)