Passed
Push — master ( bbacda...9d4008 )
by Marcus
43:43
created
src/PHPMailer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -723,7 +723,7 @@  discard block
 block discarded – undo
723 723
      * @param string $subject Subject
724 724
      * @param string $body Message Body
725 725
      * @param string $header Additional Header(s)
726
-     * @param ?string $params Params
726
+     * @param string|null $params Params
727 727
      *
728 728
      * @return boolean
729 729
      */
@@ -3806,7 +3806,7 @@  discard block
 block discarded – undo
3806 3806
      *      or a string name to return only the specified piece
3807 3807
      *
3808 3808
      * @see    http://www.php.net/manual/en/function.pathinfo.php#107461
3809
-     * @return string|array
3809
+     * @return string
3810 3810
      */
3811 3811
     public static function mb_pathinfo($path, $options = null)
3812 3812
     {
Please login to merge, or discard this patch.