Completed
Push — dev-master ( 1bf013...29e920 )
by Vijay
03:09
created
app/lib/FFCMS/Controllers/Admin/Assets.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace FFCMS\Models;
4 4
 
5
-use FFMVC\Helpers;
6 5
 use FFCMS\{Traits, Mappers};
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
app/lib/FFCMS/Mappers/Users.php 1 patch
Doc Comments   +2 added lines, -5 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
      * @param string $filename filename for image
95 94
      * @return string $path to the profile image
96 95
      */
@@ -107,9 +106,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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')
Please login to merge, or discard this patch.