phparkitect / arkitect

Put your architectural rules under test!
MIT License
709 stars 37 forks source link

Fix reference consistency in `NameResolver` to resolve CI issues #421

Closed ben-challis closed 9 months ago

ben-challis commented 9 months ago

I initially just ran php-cs-fixer to address this however that resulted in inconsistent references within the file, so I've gone with manually fixing it to the most consistent usages, long format for Use_ and short format for Name.

vibby commented 9 months ago

Thank you @ben-challis ! Can you review and merge, please @fain182 ?