diff --git a/docs/en/00_Getting_Started/05_Coding_Conventions.md b/docs/en/00_Getting_Started/05_Coding_Conventions.md index adeb5d219..52825c617 100644 --- a/docs/en/00_Getting_Started/05_Coding_Conventions.md +++ b/docs/en/00_Getting_Started/05_Coding_Conventions.md @@ -254,7 +254,6 @@ Keep the opening brace on the same line as the statement. // ... } - :::php // bad public function bar() {