@@ -118,6 +118,7 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Return the URL path to the image if exists or false |
120 | 120 | * |
121 | + * @param string $filename |
|
121 | 122 | * @return string return the url path or false if not exists |
122 | 123 | */ |
123 | 124 | public function profileImageUrlPath($filename = null): string |
@@ -157,6 +158,7 @@ discard block |
||
157 | 158 | /** |
158 | 159 | * Return the URL path to the image if exists or false |
159 | 160 | * |
161 | + * @param string $filename |
|
160 | 162 | * @return boolean $path to the profile image |
161 | 163 | * @return boolean true if the profile image exists |
162 | 164 | */ |
@@ -118,6 +118,7 @@ discard block |
||
118 | 118 | /** |
119 | 119 | * Return the URL path to the image if exists or false |
120 | 120 | * |
121 | + * @param string $filename |
|
121 | 122 | * @return string return the url path or false if not exists |
122 | 123 | */ |
123 | 124 | public function profileImageUrlPath($filename = null): string |
@@ -157,6 +158,7 @@ discard block |
||
157 | 158 | /** |
158 | 159 | * Return the URL path to the image if exists or false |
159 | 160 | * |
161 | + * @param string $filename |
|
160 | 162 | * @return boolean $path to the profile image |
161 | 163 | * @return boolean true if the profile image exists |
162 | 164 | */ |