@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $parts = explode('#', $input); |
| 43 | 43 | array_walk( |
| 44 | 44 | $parts, |
| 45 | - function (&$value) { |
|
| 45 | + function(&$value) { |
|
| 46 | 46 | $value = ucfirst(strtolower($value)); |
| 47 | 47 | } |
| 48 | 48 | ); |
@@ -97,7 +97,7 @@ |
||
| 97 | 97 | * Returns a User Meta data list identified by user ID. |
| 98 | 98 | * |
| 99 | 99 | * @param int $userId |
| 100 | - * @return array |
|
| 100 | + * @return \WebHemi\Data\Entity\ApplicationEntity |
|
| 101 | 101 | */ |
| 102 | 102 | public function getUserMetaArrayForUserId(int $userId) : array |
| 103 | 103 | { |