diff --git a/Coding-style-policy.md b/Coding-style-policy.md index e17f89f..756c8a4 100644 --- a/Coding-style-policy.md +++ b/Coding-style-policy.md @@ -6,9 +6,9 @@ _**WORK IN PROGRESS: nothing described here should be considered as definitive o Use two space characters for each indentation level ```PHP if ( true ){ - echo true; +__echo true; else{ - echo false; +__echo false; } ```