|
101 | 101 | * @method static bool has(string $id)
|
102 | 102 | * @method static bool isShared(string $abstract)
|
103 | 103 | * @method static bool isAlias(string $name)
|
104 |
| - * @method static void bind(string $abstract, \Closure|string|null $concrete = null, bool $shared = false) |
| 104 | + * @method static void bind(\Closure|string $abstract, \Closure|string|null $concrete = null, bool $shared = false) |
105 | 105 | * @method static bool hasMethodBinding(string $method)
|
106 | 106 | * @method static void bindMethod(array|string $method, \Closure $callback)
|
107 | 107 | * @method static mixed callMethodBinding(string $method, mixed $instance)
|
108 |
| - * @method static void addContextualBinding(string $concrete, string $abstract, \Closure|string $implementation) |
109 |
| - * @method static void bindIf(string $abstract, \Closure|string|null $concrete = null, bool $shared = false) |
110 |
| - * @method static void singleton(string $abstract, \Closure|string|null $concrete = null) |
111 |
| - * @method static void singletonIf(string $abstract, \Closure|string|null $concrete = null) |
112 |
| - * @method static void scoped(string $abstract, \Closure|string|null $concrete = null) |
113 |
| - * @method static void scopedIf(string $abstract, \Closure|string|null $concrete = null) |
| 108 | + * @method static void addContextualBinding(string $concrete, \Closure|string $abstract, \Closure|string $implementation) |
| 109 | + * @method static void bindIf(\Closure|string $abstract, \Closure|string|null $concrete = null, bool $shared = false) |
| 110 | + * @method static void singleton(\Closure|string $abstract, \Closure|string|null $concrete = null) |
| 111 | + * @method static void singletonIf(\Closure|string $abstract, \Closure|string|null $concrete = null) |
| 112 | + * @method static void scoped(\Closure|string $abstract, \Closure|string|null $concrete = null) |
| 113 | + * @method static void scopedIf(\Closure|string $abstract, \Closure|string|null $concrete = null) |
114 | 114 | * @method static void extend(string $abstract, \Closure $closure)
|
115 | 115 | * @method static mixed instance(string $abstract, mixed $instance)
|
116 | 116 | * @method static void tag(array|string $abstracts, array|mixed $tags)
|
|
0 commit comments