Fixed typo
This commit is contained in:
parent
53849c68e0
commit
c8baf14c75
|
@ -174,7 +174,7 @@ class AnnotationClassLoader extends Loader
|
||||||
if (!$this->typeRepository->hasType($phpType)) {
|
if (!$this->typeRepository->hasType($phpType)) {
|
||||||
$complexTypeResolver = $this->resolve($phpType, 'annotation_complextype');
|
$complexTypeResolver = $this->resolve($phpType, 'annotation_complextype');
|
||||||
if (!$complexTypeResolver) {
|
if (!$complexTypeResolver) {
|
||||||
throw new Exception();
|
throw new \Exception();
|
||||||
}
|
}
|
||||||
|
|
||||||
$loaded = $complexTypeResolver->load($phpType);
|
$loaded = $complexTypeResolver->load($phpType);
|
||||||
|
|
Loading…
Reference in New Issue