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