Skip to content

Commit 66bfbd5

Browse files
committed
Apply fixes from StyleCI
1 parent ef44053 commit 66bfbd5

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/Illuminate/Container/Container.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ public function extend($abstract, Closure $closure)
462462
* Register an existing instance as shared in the container.
463463
*
464464
* @template T
465+
*
465466
* @param string $abstract
466467
* @param T $instance
467468
* @return T
@@ -685,6 +686,7 @@ public function makeWith($abstract, array $parameters = [])
685686
* Resolve the given type from the container.
686687
*
687688
* @template T
689+
*
688690
* @param class-string<T> $abstract
689691
* @param array $parameters
690692
* @return T|mixed

src/Illuminate/Contracts/Container/Container.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ public function extend($abstract, Closure $closure);
114114
* Register an existing instance as shared in the container.
115115
*
116116
* @template T
117+
*
117118
* @param string $abstract
118119
* @param T $instance
119120
* @return T
@@ -157,6 +158,7 @@ public function flush();
157158
* Resolve the given type from the container.
158159
*
159160
* @template T
161+
*
160162
* @param class-string<T> $abstract
161163
* @param array $parameters
162164
* @return T|mixed

src/Illuminate/Foundation/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ public function registerDeferredProvider($provider, $service = null)
830830
* Resolve the given type from the container.
831831
*
832832
* @template T
833+
*
833834
* @param class-string<T> $abstract
834835
* @param array $parameters
835836
* @return T|mixed

src/Illuminate/Foundation/helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function action($name, $parameters = [], $absolute = true)
107107
* Get the available container instance.
108108
*
109109
* @template T
110+
*
110111
* @param class-string<T>|mixed $abstract
111112
* @param array $parameters
112113
* @return mixed|T|\Illuminate\Contracts\Foundation\Application

0 commit comments

Comments
 (0)