|
53 | 53 | * @method static void loadDeferredProviders()
|
54 | 54 | * @method static void loadDeferredProvider(string $service)
|
55 | 55 | * @method static void registerDeferredProvider(string $provider, string|null $service = null)
|
56 |
| - * @method static mixed make(string $abstract, array $parameters = []) |
| 56 | + * @method static object|mixed make(string $abstract, array $parameters = []) |
57 | 57 | * @method static bool bound(string $abstract)
|
58 | 58 | * @method static bool isBooted()
|
59 | 59 | * @method static void boot()
|
|
120 | 120 | * @method static mixed refresh(string $abstract, mixed $target, string $method)
|
121 | 121 | * @method static \Closure wrap(\Closure $callback, array $parameters = [])
|
122 | 122 | * @method static mixed call(callable|string $callback, array $parameters = [], string|null $defaultMethod = null)
|
123 |
| - * @method static \Closure factory(string $abstract) |
124 |
| - * @method static mixed makeWith(string|callable $abstract, array $parameters = []) |
125 |
| - * @method static mixed get(string $id) |
126 |
| - * @method static mixed build(\Closure|string $concrete) |
| 123 | + * @method static \Closure|\Closure factory(string $abstract) |
| 124 | + * @method static object|mixed makeWith(string|callable $abstract, array $parameters = []) |
| 125 | + * @method static object|mixed get(string $id) |
| 126 | + * @method static object build(\Closure|string $concrete) |
127 | 127 | * @method static mixed resolveFromAttribute(\ReflectionAttribute $attribute)
|
128 | 128 | * @method static void beforeResolving(\Closure|string $abstract, \Closure|null $callback = null)
|
129 | 129 | * @method static void resolving(\Closure|string $abstract, \Closure|null $callback = null)
|
|
0 commit comments