diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-04-26 20:42:31 +0200 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-04-26 20:42:31 +0200 |
| commit | 5263cf00a253891396c442fe5be29762fb8be50d (patch) | |
| tree | 36adbdf4ccefaf85fe0ffb9c08c44f2fb8221da6 /server/core/Automating.php | |
| parent | 477dc821824b422c11d0d34b644de4b68a596510 (diff) | |
Refactoring of comments beginning
Diffstat (limited to 'server/core/Automating.php')
| -rwxr-xr-x | server/core/Automating.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/server/core/Automating.php b/server/core/Automating.php index fb42702..2d8db00 100755 --- a/server/core/Automating.php +++ b/server/core/Automating.php @@ -5,9 +5,8 @@ * @version 1.0 Initialisation of this file * @since 1.0 Core application's file * -* @author Evan Pisani 'yogg at epsina . com' et bhupi +* @author Evan Pisani 'yogg at epsina . com', bhupi * -* @todo Complete the functions with errors detection and finish the descriptions */ include("Image.php"); @@ -44,10 +43,10 @@ class automating{ * * @param String $action name of another function of this class * - * @return void + * @return NULL */ public function action($action){ - $this->{$action.""}(); + $this->{$action.""}(); } /** @@ -58,7 +57,7 @@ class automating{ * @param String $serverName name ofthe new server * @param String $flavor kind of server * - * @return void + * @return NULL */ private function createPublicServer() { |
