From: Roland Häder Date: Fri, 19 May 2017 18:26:58 +0000 (+0200) Subject: commits fixes X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=d9f9a1b09dbdde10ab6555d28dd38647d0dc1442 commits fixes Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/class_BaseFrameworkSystem.php b/framework/main/classes/class_BaseFrameworkSystem.php index d61c9f77..085249c8 100644 --- a/framework/main/classes/class_BaseFrameworkSystem.php +++ b/framework/main/classes/class_BaseFrameworkSystem.php @@ -203,7 +203,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { private $outputStreamInstance = NULL; /** - * Networkable handler instance + * Handler instance */ private $handlerInstance = NULL; @@ -1325,7 +1325,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface { /** * Getter for handler instance * - * @return $handlerInstance A Networkable instance + * @return $handlerInstance A Handleable instance */ protected final function getHandlerInstance () { return $this->handlerInstance;