aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Use "Generic.PHP.ForbiddenFunctions" sniff #67

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

Use "Generic.PHP.ForbiddenFunctions" sniff to enforce original function usage versus aliased ones.

E.g.

aik099 commented 9 years ago

Done in b8fc31aa48a9ea0c80522ab41db07b1cdd5160fb.