Passed
Push — master ( 5b6083...2e4041 )
by Thomas
01:57
created
src/SxmlDebug.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
   }
95 95
 
96 96
   /**
97
-   * @param      $title
97
+   * @param      string $title
98 98
    * @param      $data
99 99
    * @param int  $indent
100 100
    * @param bool $backtick
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
   }
255 255
 
256 256
   /**
257
-   * @param $index
257
+   * @param integer $index
258 258
    * @return string
259 259
    */
260 260
   private static function getHeaderLine($index): string {
@@ -490,8 +490,8 @@  discard block
 block discarded – undo
490 490
 
491 491
   /**
492 492
    * @param $item
493
-   * @param $depth
494
-   * @param $include_string_content
493
+   * @param integer $depth
494
+   * @param boolean $include_string_content
495 495
    * @return string
496 496
    */
497 497
   private static function recursivelyProcessNode(\SimpleXMLElement $item,
Please login to merge, or discard this patch.