Added more type-hints

This commit is contained in:
Roland Häder
2022-06-23 10:56:37 +02:00
parent 3f74a59f73
commit c6c936a80f
7 changed files with 46 additions and 53 deletions

View File

@@ -162,7 +162,6 @@ class Profile
* Returns a formatted location string from the given profile array
*
* @param array $profile Profile array (Generated from the "profile" table)
*
* @return string Location string
*/
public static function formatLocation(array $profile): string