diff --git a/docs/en/05_Contributing/14_PHP_Coding_Conventions.md b/docs/en/05_Contributing/14_PHP_Coding_Conventions.md index e5380c5be..6edaf015b 100644 --- a/docs/en/05_Contributing/14_PHP_Coding_Conventions.md +++ b/docs/en/05_Contributing/14_PHP_Coding_Conventions.md @@ -182,7 +182,6 @@ MyClass::get()->where("\"Title\" = 'my title'"); Use [ANSI SQL](http://en.wikipedia.org/wiki/SQL#Standardization) format where possible. - ## Secure Development See [security](/developer_guides/security) for conventions related to handing security permissions.