Skip to content

Commit 0f79023

Browse files
ahmedash95taylorotwell
authored andcommitted
update doc
1 parent dd7274d commit 0f79023

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Illuminate/Container/Container.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -671,12 +671,13 @@ public function get($id)
671671
/**
672672
* Resolve the given type from the container.
673673
*
674-
* @param string|callable $abstract
675-
* @param array $parameters
676-
* @param bool $raiseEvents
674+
* @param string|callable $abstract
675+
* @param array $parameters
676+
* @param bool $raiseEvents
677677
* @return mixed
678678
*
679679
* @throws \Illuminate\Contracts\Container\BindingResolutionException
680+
* @throws \Illuminate\Contracts\Container\CircularDependencyFoundException
680681
*/
681682
protected function resolve($abstract, $parameters = [], $raiseEvents = true)
682683
{
@@ -813,10 +814,11 @@ protected function isBuildable($concrete, $abstract)
813814
/**
814815
* Instantiate a concrete instance of the given type.
815816
*
816-
* @param \Closure|string $concrete
817+
* @param \Closure|string $concrete
817818
* @return mixed
818819
*
819820
* @throws \Illuminate\Contracts\Container\BindingResolutionException
821+
* @throws \Illuminate\Contracts\Container\CircularDependencyFoundException
820822
*/
821823
public function build($concrete)
822824
{

0 commit comments

Comments
 (0)