yiisoft / yii2-coding-standards

Yii 2 coding standards
182 stars 49 forks source link

Add Alphabetical sorting of use statements #25

Closed antoniom closed 7 years ago

antoniom commented 7 years ago

Something that I do a lot in my projects is having my use statements sorted lexicographically (Uppercase first, lowercase then). Please have a look at some sniffs that already implement that feature here and here.

samdark commented 7 years ago

I don't think that's something to force via coding standard.