Skip to content

"USE statements must be sorted alphabetically" #5

@xalopp

Description

@xalopp

While I believe this to be sorted correctly

use Doctrine\ORM\Query;
use Doctrine\ORM\Query\Expr; 
use Doctrine\ORM\QueryBuilder;

the current implementation only accepts

use Doctrine\ORM\Query;
use Doctrine\ORM\QueryBuilder;
use Doctrine\ORM\Query\Expr;

which looks odd.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions