Skip to content

Annotations should be disabled by default #251

@mnapoli

Description

@mnapoli

In order to make the default configuration more lightweight, annotations could be disabled by default.

Enabling annotations is easy:

$containerBuilder = new ContainerBuilder();
$containerBuilder->useAnnotations(true);
// ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions