Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Aug 17, 2024
1 parent 14ee5d4 commit 429f0d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Support/Facades/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@
* @method static mixed makeWith(string|callable $abstract, array $parameters = [])
* @method static mixed get(string $id)
* @method static mixed build(\Closure|string $concrete)
* @method static mixed resolveFromAttribute(\ReflectionAttribute $attribute)
* @method static void beforeResolving(\Closure|string $abstract, \Closure|null $callback = null)
* @method static void resolving(\Closure|string $abstract, \Closure|null $callback = null)
* @method static void afterResolving(\Closure|string $abstract, \Closure|null $callback = null)
* @method static void afterResolvingAttribute(string $attribute, \Closure $callback)
* @method static void fireAfterResolvingAttributeCallbacks(array $attributes, mixed $object)
* @method static array getBindings()
* @method static string getAlias(string $abstract)
* @method static void forgetExtenders(string $abstract)
Expand Down

0 comments on commit 429f0d2

Please sign in to comment.