Completed
Pull Request — master (#2)
by
unknown
26:48 queued 18:40
created
Faker/Provider/PdfFile.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@
 block discarded – undo
100 100
         return implode(', ', $this->generator->words);
101 101
     }
102 102
 
103
+    /**
104
+     * @param integer $pageNum
105
+     */
103 106
     protected function getPageHtml($pageNum)
104 107
     {
105 108
         return $this->generator->randomHtml();
Please login to merge, or discard this patch.
Faker/Provider/XmlText.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -45,6 +45,10 @@
 block discarded – undo
45 45
         return $out;
46 46
     }
47 47
 
48
+    /**
49
+     * @param integer $maxDepth
50
+     * @param integer $maxWidth
51
+     */
48 52
     private function addRandomSubTree(\DOMElement $root, $maxDepth, $maxWidth)
49 53
     {
50 54
         $maxDepth--;
Please login to merge, or discard this patch.