Test Failed
Pull Request — master (#85)
by Gabriel
02:47
created
scripts/fetchEdgeVersions/ChangeWindows.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@  discard block
 block discarded – undo
86 86
         return $siblingVersions;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $content
91
+     */
89 92
     private static function fetchEdgeVersion($content)
90 93
     {
91 94
         preg_match('/<h4[^>]*> *Edge ([\d\.]*) *<\/h4>/', $content, $edge);
@@ -97,6 +100,10 @@  discard block
 block discarded – undo
97 100
         return null;
98 101
     }
99 102
 
103
+    /**
104
+     * @param string $edgeHtml
105
+     * @param string $edge
106
+     */
100 107
     private static function writeEdgeVersion($edgeHtml, $edge)
101 108
     {
102 109
         $file = __DIR__ . '/../../src/edgeVersionMap.php';
@@ -120,6 +127,9 @@  discard block
 block discarded – undo
120 127
         }
121 128
     }
122 129
 
130
+    /**
131
+     * @param string $content
132
+     */
123 133
     private static function fetchSiblingVersions($content)
124 134
     {
125 135
         if (!$content) throw new Exception(self::$errors['could_not_fetch_page']);
Please login to merge, or discard this patch.