From 3573075de0ffb0361e37c208d9657bff761280a7 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 16 Feb 2015 13:59:49 +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 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() {