fixing merge issues

This commit is contained in:
Dayle Rees
2012-07-27 13:52:15 +01:00
48 changed files with 101 additions and 101 deletions

View File

@@ -154,7 +154,7 @@ class IoC {
$reflector = new \ReflectionClass($type);
// If the type is not instantiable, the developer is attempting to resolve
// an abstract type such as an Interface of Abstract Class and there is
// an abstract type such as an Interface of an Abstract Class and there is
// no binding registered for the abstraction so we need to bail out.
if ( ! $reflector->isInstantiable())
{