Skip to content

Commit 245e3e7

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 98581b3 commit 245e3e7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* @method static void loadDeferredProviders()
5454
* @method static void loadDeferredProvider(string $service)
5555
* @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 = [])
5757
* @method static bool bound(string $abstract)
5858
* @method static bool isBooted()
5959
* @method static void boot()
@@ -120,10 +120,10 @@
120120
* @method static mixed refresh(string $abstract, mixed $target, string $method)
121121
* @method static \Closure wrap(\Closure $callback, array $parameters = [])
122122
* @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)
127127
* @method static mixed resolveFromAttribute(\ReflectionAttribute $attribute)
128128
* @method static void beforeResolving(\Closure|string $abstract, \Closure|null $callback = null)
129129
* @method static void resolving(\Closure|string $abstract, \Closure|null $callback = null)

src/Illuminate/Support/Facades/URL.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
* @method static array getDefaultParameters()
3232
* @method static void forceScheme(string|null $scheme)
3333
* @method static void forceHttps(bool $force = true)
34-
* @method static void forceRootUrl(string|null $root)
34+
* @method static void useOrigin(string|null $root)
35+
* @method static void useAssetOrigin(string|null $root)
3536
* @method static \Illuminate\Routing\UrlGenerator formatHostUsing(\Closure $callback)
3637
* @method static \Illuminate\Routing\UrlGenerator formatPathUsing(\Closure $callback)
3738
* @method static \Closure pathFormatter()

0 commit comments

Comments
 (0)