Code cleanup, no functional changes

This commit is contained in:
2023-06-27 19:39:11 +12:00
parent b70a36003a
commit ad36da0bb1
64 changed files with 466 additions and 438 deletions

View File

@@ -56,6 +56,7 @@ abstract class FTN
*
* @param array $pack
* @return string
* @throws \Exception
*/
protected static function unpackheader(array $pack): string
{
@@ -75,6 +76,5 @@ abstract class FTN
->transform(function($k,$v) {return $k[1].$v;})
->values()
->join('/');
;
}
}