Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 148 Bytes

File metadata and controls

15 lines (13 loc) · 148 Bytes

PHP

Write variable names in camelCase format

eg. userName

Change these

user-name
user_name
UserName

To this

userName