Completed
Push — trusted-proxies ( 445b93...925105 )
by Henry
05:44 queued 03:02
created
inc/Utf8/Conversion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * Decodes numeric HTML entities to their correct UTF-8 characters
106 106
      *
107
-     * @param $ent string A numeric entity
107
+     * @param string $ent string A numeric entity
108 108
      * @return string|false
109 109
      */
110 110
     protected static function decodeNumericEntity($ent)
Please login to merge, or discard this patch.
inc/IXR_Library.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
     var $capabilities;
388 388
 
389 389
     /**
390
-     * @param array|bool $callbacks
390
+     * @param boolean $callbacks
391 391
      * @param bool $data
392 392
      * @param bool $wait
393 393
      */
@@ -1088,7 +1088,7 @@  discard block
 block discarded – undo
1088 1088
 
1089 1089
     /**
1090 1090
      * @param string $method
1091
-     * @return mixed
1091
+     * @return string
1092 1092
      */
1093 1093
     function methodHelp($method) {
1094 1094
         return $this->help[$method];
Please login to merge, or discard this patch.