awesomemotive / wpforms-phpcs

PHP Coding Standards used by the WPForms team.
https://wpforms.com
GNU General Public License v2.0
11 stars 1 forks source link

Disable long functions/objects/classes usage #6

Closed wppunk closed 3 years ago

wppunk commented 3 years ago

Description

I've written sniffs that stimulate users always to use the short version of functions/objects/classes with namespaces. In simple words, use the use statements. Also, validate the list of use statements and detect them unnecessarily.

Motivation and Context

Fixes: #3

Testing procedure