|
4 | 4 |
|
5 | 5 | /** |
6 | 6 | * A helper file for Laravel, to provide autocomplete information to your IDE |
7 | | - * Generated for Laravel 10.7.1. |
| 7 | + * Generated for Laravel 10.9.0. |
8 | 8 | * |
9 | 9 | * This file should not be included in your code, only analyzed by your IDE! |
10 | 10 | * |
@@ -9751,8 +9751,8 @@ public static function pool($callback) |
9751 | 9751 | /** |
9752 | 9752 | * Start defining a series of piped processes. |
9753 | 9753 | * |
9754 | | - * @param callable $callback |
9755 | | - * @return \Illuminate\Process\Pipe |
| 9754 | + * @param callable|array $callback |
| 9755 | + * @return \Illuminate\Contracts\Process\ProcessResult |
9756 | 9756 | * @static |
9757 | 9757 | */ |
9758 | 9758 | public static function pipe($callback, $output = null) |
@@ -18204,7 +18204,7 @@ class Str { |
18204 | 18204 | * |
18205 | 18205 | * |
18206 | 18206 | * @template TKey of array-key |
18207 | | - * @template TValue |
| 18207 | + * @template-covariant TValue |
18208 | 18208 | * @implements \ArrayAccess<TKey, TValue> |
18209 | 18209 | * @implements \Illuminate\Support\Enumerable<TKey, TValue> |
18210 | 18210 | */ |
@@ -19247,7 +19247,7 @@ public static function registerErrorHandler() |
19247 | 19247 | /** |
19248 | 19248 | * |
19249 | 19249 | * |
19250 | | - * @param \Spatie\FlareClient\FlareMiddleware\FlareMiddleware|array<FlareMiddleware>|\Spatie\FlareClient\class-string<FlareMiddleware> $middleware |
| 19250 | + * @param \Spatie\FlareClient\FlareMiddleware\FlareMiddleware|array<FlareMiddleware>|\Spatie\FlareClient\class-string<FlareMiddleware>|callable $middleware |
19251 | 19251 | * @return \Spatie\FlareClient\Flare |
19252 | 19252 | * @static |
19253 | 19253 | */ |
@@ -21028,7 +21028,7 @@ public static function orWhereMorphRelation($relation, $types, $column, $operato |
21028 | 21028 | * Add a morph-to relationship condition to the query. |
21029 | 21029 | * |
21030 | 21030 | * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation |
21031 | | - * @param \Illuminate\Database\Eloquent\Model|string $model |
| 21031 | + * @param \Illuminate\Database\Eloquent\Model|string|null $model |
21032 | 21032 | * @return \Illuminate\Database\Eloquent\Builder|static |
21033 | 21033 | * @static |
21034 | 21034 | */ |
@@ -21056,7 +21056,7 @@ public static function whereNotMorphedTo($relation, $model, $boolean = 'and') |
21056 | 21056 | * Add a morph-to relationship condition to the query with an "or where" clause. |
21057 | 21057 | * |
21058 | 21058 | * @param \Illuminate\Database\Eloquent\Relations\MorphTo|string $relation |
21059 | | - * @param \Illuminate\Database\Eloquent\Model|string $model |
| 21059 | + * @param \Illuminate\Database\Eloquent\Model|string|null $model |
21060 | 21060 | * @return \Illuminate\Database\Eloquent\Builder|static |
21061 | 21061 | * @static |
21062 | 21062 | */ |
|
0 commit comments