Test Failed
Pull Request — master (#78)
by Gabriel
04:42
created
scripts/fetchEdgeVersions/ChangeWindows.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@  discard block
 block discarded – undo
96 96
         return $siblingVersions;
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $content
101
+     */
99 102
     private static function fetchEdgeVersion($content)
100 103
     {
101 104
         preg_match('/<h4[^>]*> *Edge ([\d\.]*) *<\/h4>/', $content, $edge);
@@ -107,6 +110,10 @@  discard block
 block discarded – undo
107 110
         return null;
108 111
     }
109 112
 
113
+    /**
114
+     * @param string $edgeHtml
115
+     * @param string $edge
116
+     */
110 117
     private static function writeEdgeVersion($edgeHtml, $edge)
111 118
     {
112 119
         $file = __DIR__ . '/../../src/edgeVersionMap.php';
@@ -130,6 +137,9 @@  discard block
 block discarded – undo
130 137
         }
131 138
     }
132 139
 
140
+    /**
141
+     * @param string $content
142
+     */
133 143
     private static function fetchSiblingVersions($content)
134 144
     {
135 145
         if (!$content) {
Please login to merge, or discard this patch.