Skip to content

Commit cfef9a9

Browse files
Fixed phpdoc
1 parent 1764ff7 commit cfef9a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Illuminate/Foundation/Application.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,6 @@ public function registerDeferredProvider($provider, $service = null)
759759
/**
760760
* Resolve the given type from the container.
761761
*
762-
* (Overriding Container::make)
763-
*
764762
* @param string $abstract
765763
* @param array $parameters
766764
* @return mixed
@@ -775,8 +773,6 @@ public function make($abstract, array $parameters = [])
775773
/**
776774
* Resolve the given type from the container.
777775
*
778-
* (Overriding Container::resolve)
779-
*
780776
* @param string $abstract
781777
* @param array $parameters
782778
* @param bool $raiseEvents
@@ -805,8 +801,6 @@ protected function loadDeferredProviderIfNeeded($abstract)
805801
/**
806802
* Determine if the given abstract type has been bound.
807803
*
808-
* (Overriding Container::bound)
809-
*
810804
* @param string $abstract
811805
* @return bool
812806
*/

0 commit comments

Comments
 (0)