@@ -2,6 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Doctrine\Common\Annotations\AnnotationRegistry; |
| 4 | 4 | |
| 5 | -AnnotationRegistry::registerLoader(function ($class) { |
|
| 5 | +AnnotationRegistry::registerLoader(function($class) { |
|
| 6 | 6 | return \class_exists($class); |
| 7 | 7 | }); |