1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Remove 'variable' - leave it to the developer.

Cameron
2020-05-25 12:04:45 -07:00
parent 5392e05498
commit 57b655b965

@@ -46,11 +46,6 @@ Use BSD/Allman/Pascal style - opening '{' on a new line. The only exception is f
[PSR-1](https://www.php-fig.org/psr/psr-1/) is used with the exception of class/method naming (see below).
## Variables
Use **camelCase** for variables.
$camelCase = "value";
## Constants
Use UPPER_CASE_WITH_UNDERSCORES for constants.