Closed ben-challis closed 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.
php-cs-fixer
Use_
Name
Thank you @ben-challis ! Can you review and merge, please @fain182 ?
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 forUse_
and short format forName
.