diff --git a/src/Orm/Mapping/AnnotationDriver.php b/src/Orm/Mapping/AnnotationDriver.php index 622e9b9..1d36b73 100644 --- a/src/Orm/Mapping/AnnotationDriver.php +++ b/src/Orm/Mapping/AnnotationDriver.php @@ -28,8 +28,11 @@ final class AnnotationDriver extends AbstractAnnotationDriver /** * @param string[]|null $paths */ - public function __construct(EntityAnnotationManager $annotationManager, ?array $paths = null, ?Storage $storage = null) - { + public function __construct( + EntityAnnotationManager $annotationManager, + ?array $paths = null, + ?Storage $storage = null, + ) { $attributeReader = new AttributeReader; $annotationReader = new AnnotationReader; $paths ??= $annotationManager->getPaths();