WebDevStudios / php-coding-standards

WebDevStudios PHP Coding Standards
9 stars 2 forks source link

Allow Class Files to be Named without class- Prefix #12

Open aubreypwd opened 4 years ago

aubreypwd commented 4 years ago

Continuation of https://github.com/WebDevStudios/WDS-Coding-Standards/issues/64


The route I'd like to go on this is make it specific to structures that are specific, e.g. src/ where it is apparent PSR4 is being used.

aubreypwd commented 4 years ago

Also see previous work and discussions on https://github.com/WebDevStudios/WDS-Coding-Standards/pull/65