]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tags/package/class_PackageTags.php
Added more UNL (Universal Node Locator) stuff:
[hub.git] / application / hub / main / tags / package / class_PackageTags.php
index 7cfbed0abaad075fad71669f05bb984d5bf22502..71934123dcc316a8aab5f0b2bbd6f680c86e05e3 100644 (file)
@@ -153,7 +153,7 @@ class PackageTags extends BaseTags implements Tagable {
                // Now we need to verify every single tag
                $this->verifyAllTags();
 
-               // Return it
+               // Return the last (and only) found protocol (e.g. 'tcp' is very usual)
                return $this->lastProtocol;
        }