Completed
Push — master ( ec82ef...bcbde7 )
by Paul
02:59
created
src/Process/Headings/HeadingsProcess.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
         }
121 121
     }
122 122
 
123
+    /**
124
+     * @param \DOMNodeList $nodes
125
+     */
123 126
     protected function addHeadings($nodes)
124 127
     {
125 128
         foreach ($nodes as $node) {
Please login to merge, or discard this patch.
src/Service/Collector.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -45,6 +45,10 @@  discard block
 block discarded – undo
45 45
         return $index;
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $name
50
+     * @param integer $count
51
+     */
48 52
     protected function newIndex($configFile, $name, $parent, $count)
49 53
     {
50 54
         if (! $parent) {
@@ -64,6 +68,10 @@  discard block
 block discarded – undo
64 68
         }
65 69
     }
66 70
 
71
+    /**
72
+     * @param IndexPage $index
73
+     * @param integer $count
74
+     */
67 75
     protected function newChild($file, $name, $index, $count)
68 76
     {
69 77
         $bookdown_json = 'bookdown.json';
Please login to merge, or discard this patch.