From 3260dbaef7450180362c3b6085ef0e0f22de97dd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 31 Oct 2014 23:41:50 +0100 Subject: [PATCH] Make UNL upper-case MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/container/socket/class_SocketContainer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { -- 2.39.2