Completed
Push — master ( 8e5652...4e30dc )
by Michael
02:28
created
class/SmartDbTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
     }
179 179
 
180 180
     /**
181
-     * @param $field
181
+     * @param string $field
182 182
      * @return bool
183 183
      */
184 184
     public function fieldExists($field)
Please login to merge, or discard this patch.
class/Uploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * Constructor
26 26
      *
27 27
      * @param string    $uploadDir
28
-     * @param array|int $allowedMimeTypes
28
+     * @param integer $allowedMimeTypes
29 29
      * @param int       $maxFileSize
30 30
      * @param int       $maxWidth
31 31
      * @param int       $maxHeight
Please login to merge, or discard this patch.
class/Utility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -519,7 +519,7 @@
 block discarded – undo
519 519
 
520 520
     /**
521 521
      * @param  string $url
522
-     * @return mixed|string
522
+     * @return string
523 523
      */
524 524
     public static function getXoopslink($url = '')
525 525
     {
Please login to merge, or discard this patch.