fix: strip redundant builder @param tags for optional scalar defaults (#1785)

This commit is contained in:
Stephen Jason Wang
2026-08-04 14:28:01 +02:00
committed by GitHub
parent 5060909c37
commit cc26683e8e
2 changed files with 46 additions and 3 deletions
-3
View File
@@ -101,7 +101,6 @@ DOC;
* @param (\Closure(static): mixed)|string|array|\Illuminate\Contracts\Database\Query\Expression $column
* @param mixed $operator
* @param mixed $value
* @param string $boolean
* @return \Illuminate\Database\Eloquent\Builder<static>
* @static
*/
@@ -130,8 +129,6 @@ DOC;
* Add a "where null" clause to the query.
*
* @param string|array|\Illuminate\Contracts\Database\Query\Expression $columns
* @param string $boolean
* @param bool $not
* @return \Illuminate\Database\Eloquent\Builder<static>
* @static
*/