Skip to content
Snippets Groups Projects
Commit d1676e59 authored by SNA's avatar SNA
Browse files

Fix : # 127

Fix : conformity coding standards
parent 6b530be1
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
/**
* @brief Contains the Security Object (herits of the BaseObject class)
*
*
*
*
* @file
* @author Claire Figueras <dev@maarch.org>
* @date $date$
......@@ -37,7 +37,7 @@ try {
}
/**
* @brief Security Object, herits of the BaseObject class
* @brief Security Object, herits of the BaseObject class
*
* @ingroup core
*/
......@@ -50,8 +50,8 @@ class SecurityObj extends BaseObject
*/
function __toString()
{
return $this->maarch_comment ;
return $this->maarch_comment ;
}
}
?>
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment