Completed
Push — dev-master ( 2285eb...b8a3aa )
by Vijay
03:50
created
app/lib/FFCMS/Mappers/Users.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.