Skip to content

Commit 42ee94e

Browse files
committed
fixing phpdoc, trueish -> truthy
1 parent 8251dfb commit 42ee94e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Illuminate/Database/Query/Builder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,10 @@ public function rightJoinWhere($table, $one, $operator, $two)
436436
}
437437

438438
/**
439-
* Apply the callback's query changes if the value is trueish.
439+
* Apply the callback's query changes if the value is truthy.
440440
*
441-
* @param $value
442-
* @param $callback
441+
* @param bool $value
442+
* @param \Closure $callback
443443
*
444444
* @return \Illuminate\Database\Query\Builder
445445
*/

0 commit comments

Comments
 (0)