From b35f65a6ff6785da7d04ebf9c8d13d9b927106ea Mon Sep 17 00:00:00 2001 From: Moc Date: Wed, 27 Feb 2013 04:56:52 -0800 Subject: [PATCH] Updated e107 Coding Standard (markdown) --- e107-Coding-Standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107-Coding-Standard.md b/e107-Coding-Standard.md index 66034a5..843c713 100644 --- a/e107-Coding-Standard.md +++ b/e107-Coding-Standard.md @@ -89,7 +89,7 @@ Avoid the use of global variables, especially as an alternative to parameter pas $tp = e107::getParser(); // text/template parsing class $ns = e107::getRender(); // rendering class. $fl = e107::getFile(); // file handling class. - $mes = e107::getMessage(); // message handling (addSucces/addError) + $mes = e107::getMessage(); // message handling ### Functions and Classes Routines are to be documented at both file and function level using phpDoc syntax. Where appropriate create supplementary pages of general documentation, and document individual variables.