From 1f1a16b6b22f168435e8de8e7db8795b9dacd74a Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Wed, 10 Jan 2018 07:14:45 -0500 Subject: [PATCH] Review Updates Remove unused function. Add function headers. --- src/Content/ContactSelector.php | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index bd8bcc989b..eac7debce7 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -38,28 +38,11 @@ class ContactSelector return $o; } - private static function contact_reputation($current) - { - $o = ''; - $o .= "\r\n"; - return $o; - } - + /** + * @param string $current current + * @param boolean $disabled optional, default false + * @return object + */ public static function pollInterval($current, $disabled = false) { $dis = (($disabled) ? ' disabled="disabled" ' : ''); @@ -83,6 +66,11 @@ class ContactSelector return $o; } + /** + * @param string $s network + * @param string $profile optional, default empty + * @return string + */ public static function networkToName($s, $profile = "") { $nets = array(