File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ public function resolved($abstract)
196196 public function isShared ($ abstract )
197197 {
198198 return isset ($ this ->instances [$ abstract ]) ||
199- (isset ($ this ->bindings [$ abstract ]['shared ' ]) &&
199+ (isset ($ this ->bindings [$ abstract ]['shared ' ]) &&
200200 $ this ->bindings [$ abstract ]['shared ' ] === true );
201201 }
202202
@@ -779,7 +779,7 @@ public function build($concrete)
779779 $ reflector = new ReflectionClass ($ concrete );
780780
781781 // If the type is not instantiable, the developer is attempting to resolve
782- // an abstract type such as an Interface of Abstract Class and there is
782+ // an abstract type such as an Interface or Abstract Class and there is
783783 // no binding registered for the abstractions so we need to bail out.
784784 if (! $ reflector ->isInstantiable ()) {
785785 return $ this ->notInstantiable ($ concrete );
You can’t perform that action at this time.
0 commit comments