coding-standards icon indicating copy to clipboard operation
coding-standards copied to clipboard

Disallow `use function` and `use const`

Open mikeselander opened this issue 4 years ago • 2 comments

This addition disallows developers from using functions, while keeping the ability to use namespaces and constants.

Special thanks to @jrfnl for building this ruleset for us and making this so easy to use!

mikeselander avatar Apr 06 '20 19:04 mikeselander

Special thanks to @jrfnl for building this ruleset for us and making this so easy to use!

Well, didn't build it just for you, but glad you like it. ;-)

jrfnl avatar Apr 07 '20 00:04 jrfnl

Requested a stable release: https://github.com/PHPCSStandards/PHPCSExtra/issues/91

roborourke avatar May 17 '21 11:05 roborourke