@@ -90,7 +90,6 @@ discard block |
||
90 | 90 | /** |
91 | 91 | * Create if needed, and return the path to the user profile image |
92 | 92 | * |
93 | - * @param string $uuid the user uuid |
|
94 | 93 | * @return string $path to the profile image |
95 | 94 | */ |
96 | 95 | public function profileImageFilePath() |
@@ -106,7 +105,6 @@ discard block |
||
106 | 105 | /** |
107 | 106 | * Return the URL path to the image if exists or false |
108 | 107 | * |
109 | - * @param string $uuid the user uuid |
|
110 | 108 | * @return bool true if the profile image exists |
111 | 109 | */ |
112 | 110 | public function profileImageExists() |
@@ -117,7 +115,6 @@ discard block |
||
117 | 115 | /** |
118 | 116 | * Return the URL path to the image if exists or false |
119 | 117 | * |
120 | - * @param string $uuid the user uuid |
|
121 | 118 | * @return false|string return the url path or false if not exists |
122 | 119 | */ |
123 | 120 | public function profileImageUrlPath() |