From 5d35650cbb4c34a3113e55433944f303c4fadd88 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 16 Feb 2015 13:58:57 +0000 Subject: [PATCH] DOCS Removing redundant PHP syntax declaration --- docs/en/00_Getting_Started/05_Coding_Conventions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/00_Getting_Started/05_Coding_Conventions.md b/docs/en/00_Getting_Started/05_Coding_Conventions.md index 6e88827f2..b920efe0a 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() {