Passed
Push — dev-master ( dc1015...49ed38 )
by Vijay
05:01
created
app/lib/FFCMS/Mappers/Users.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -118,6 +118,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
app/lib/FFCMS/Mappers/Pages.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -141,6 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Return the URL path to the image if exists or false
143 143
      *
144
+     * @param string $filename
144 145
      * @return string return the url path or false if not exists
145 146
      */
146 147
     public function pageImageUrlPath($filename = null): string
@@ -180,6 +181,7 @@  discard block
 block discarded – undo
180 181
     /**
181 182
      * Return the URL path to the image if exists or false
182 183
      *
184
+     * @param string $filename
183 185
      * @return boolean $path to the page image
184 186
      * @return boolean true if the page image exists
185 187
      */
Please login to merge, or discard this patch.