Better @return description
This commit is contained in:
@@ -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 (":", "-", "."))
|
||||
|
||||
Reference in New Issue
Block a user