Fix more PHPDoc (#12665)

* Fix PHPDoc

* Fix PHPDoc
This commit is contained in:
Jellyfrog
2021-03-28 19:18:47 +02:00
committed by GitHub
parent 9946fe8b15
commit efb157f5fb
35 changed files with 47 additions and 54 deletions

View File

@@ -114,7 +114,7 @@ class Rewrite
/**
* Reformat a mac stored in the DB (only hex) to a nice readable format
*
* @param $mac
* @param string $mac
* @return string
*/
public static function readableMac($mac)