Better @return description

This commit is contained in:
2022-09-06 16:41:46 +02:00
parent ed8449d321
commit d7f0c2f6dd
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class Macaddresses
/** Remove all the separators from the provided MAC address
* @param string $mac the mac address to update
* @param array|null $separators The separators to remove
* @return the updated mac address without separators
* @return string the updated mac address without separators
*/
public static function removeSeparator ($mac,
$separators = array (":", "-", "."))