From: Roland Haeder Date: Fri, 31 Oct 2014 22:41:50 +0000 (+0100) Subject: Make UNL upper-case X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=3260dbaef7450180362c3b6085ef0e0f22de97dd Make UNL upper-case Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/container/socket/class_SocketContainer.php b/inc/classes/main/container/socket/class_SocketContainer.php index 4b5ab63c..700f35fb 100644 --- a/inc/classes/main/container/socket/class_SocketContainer.php +++ b/inc/classes/main/container/socket/class_SocketContainer.php @@ -65,9 +65,9 @@ class SocketContainer extends BaseContainer implements Registerable { } /** - * Checks whether the given universal node locator matches with the one from package data + * Checks whether the given Universal Node Locator matches with the one from package data * - * @param $unl The an universal node locator + * @param $unl The an Universal Node Locator * @return $matches Whether $address matches with the one from package data */ public final function ifAddressMatches ($unl) { @@ -87,7 +87,7 @@ class SocketContainer extends BaseContainer implements Registerable { /** * Checks whether the given socket matches with stored * - * @param $unl The an universal node locator + * @param $unl The an Universal Node Locator * @return $matches Whether given socket matches */ public final function ifSocketResourceMatches ($socketResource) {