Completed
Push — dev-master ( 6d999a...6012ae )
by Vijay
03:00
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
@@ -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.