@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | * Return the on-the-fly dynamic image generation URL path |
108 | 108 | * |
109 | 109 | * @param array $params params to url |
110 | - * @return false|array return the url path or false if not exists |
|
110 | + * @return string return the url path or false if not exists |
|
111 | 111 | */ |
112 | 112 | public function profileImageUrlDynamic(array $params = []) |
113 | 113 | { |
@@ -157,8 +157,8 @@ discard block |
||
157 | 157 | /** |
158 | 158 | * Return the URL path to the image if exists or false |
159 | 159 | * |
160 | - * @return null|string $path to the profile image |
|
161 | - * @return bool true if the profile image exists |
|
160 | + * @return boolean $path to the profile image |
|
161 | + * @return boolean true if the profile image exists |
|
162 | 162 | */ |
163 | 163 | public function profileImageExists($filename = null) |
164 | 164 | { |
@@ -168,6 +168,7 @@ discard block |
||
168 | 168 | /** |
169 | 169 | * Return the URL path to the image if exists or false |
170 | 170 | * |
171 | + * @param string $filename |
|
171 | 172 | * @return false|string return the url path or false if not exists |
172 | 173 | */ |
173 | 174 | public function profileImageUrl($filename = null) |