File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -671,12 +671,13 @@ public function get($id)
671
671
/**
672
672
* Resolve the given type from the container.
673
673
*
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
677
677
* @return mixed
678
678
*
679
679
* @throws \Illuminate\Contracts\Container\BindingResolutionException
680
+ * @throws \Illuminate\Contracts\Container\CircularDependencyFoundException
680
681
*/
681
682
protected function resolve ($ abstract , $ parameters = [], $ raiseEvents = true )
682
683
{
@@ -813,10 +814,11 @@ protected function isBuildable($concrete, $abstract)
813
814
/**
814
815
* Instantiate a concrete instance of the given type.
815
816
*
816
- * @param \Closure|string $concrete
817
+ * @param \Closure|string $concrete
817
818
* @return mixed
818
819
*
819
820
* @throws \Illuminate\Contracts\Container\BindingResolutionException
821
+ * @throws \Illuminate\Contracts\Container\CircularDependencyFoundException
820
822
*/
821
823
public function build ($ concrete )
822
824
{
You can’t perform that action at this time.
0 commit comments