WPTT / theme-sniffer

Theme Sniffer plugin using sniffs.
MIT License
270 stars 3 forks source link

Introduce Namespacing #61

Closed grappler closed 5 years ago

grappler commented 7 years ago

As the composer autoloader uses namespaces and that requires PHP 5.3 then we may just as well use namespaces too.

This is also a developer tool so developers should know how to change the PHP version of their development environment.

PR welcome.

ernilambar commented 7 years ago

I guess this would be big PR as whole plugin architecture will be changed.

dingo-d commented 5 years ago

Open PR for the refactor #97

dingo-d commented 5 years ago

Fixed in the latest release.