@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace FFCMS\Models; |
4 | 4 | |
5 | -use FFMVC\Helpers; |
|
6 | 5 | use FFCMS\{Traits, Mappers}; |
7 | 6 | |
8 | 7 | /** |
@@ -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 | * @param string $filename filename for image |
95 | 94 | * @return string $path to the profile image |
96 | 95 | */ |
@@ -107,9 +106,8 @@ discard block |
||
107 | 106 | /** |
108 | 107 | * Return the URL path to the image if exists or false |
109 | 108 | * |
110 | - * @param string $uuid the user uuid |
|
111 | - * @return string $path to the profile image |
|
112 | - * @return bool true if the profile image exists |
|
109 | + * @return boolean $path to the profile image |
|
110 | + * @return boolean true if the profile image exists |
|
113 | 111 | */ |
114 | 112 | public function profileImageExists($filename = 'profile.png') |
115 | 113 | { |
@@ -119,7 +117,6 @@ discard block |
||
119 | 117 | /** |
120 | 118 | * Return the URL path to the image if exists or false |
121 | 119 | * |
122 | - * @param string $uuid the user uuid |
|
123 | 120 | * @return false|string return the url path or false if not exists |
124 | 121 | */ |
125 | 122 | public function profileImageUrlPath($filename = 'profile.png') |