No new features should be added, without having their own tests - which should be passed before committing them to the repository. One tab will be used for indentation. So, indentation should look like this: <?php // base level // level 1 // level 2 // level 1 // base level ?> <?php // base level // level 1 // level 2 // level 1 // base level ?> Or: $booleanVariable = true; $stringVariable = "m

