@@ -43,7 +43,7 @@ |
||
43 | 43 | $this->builders = $builders; |
44 | 44 | $this->reader = new IndexedReader(new AnnotationReader()); |
45 | 45 | |
46 | - AnnotationRegistry::registerLoader(function ($class) { |
|
46 | + AnnotationRegistry::registerLoader(function($class) { |
|
47 | 47 | return class_exists($class); |
48 | 48 | }); |
49 | 49 | } |
@@ -73,7 +73,7 @@ |
||
73 | 73 | |
74 | 74 | /** |
75 | 75 | * @param Definition $definition |
76 | - * @return null |
|
76 | + * @return string |
|
77 | 77 | */ |
78 | 78 | public function setupDefinition(Definition $definition, string $serviceId) |
79 | 79 | { |