Completed
Pull Request — master (#582)
by
unknown
11:36
created
admin/includes/modules/security_check/extended/admin_backup_file.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
       ]);
37 37
     }
38 38
 
39
+    /**
40
+     * @param string $url
41
+     */
39 42
     function getHttpRequest($url) {
40 43
 
41 44
       $server = parse_url($url);
Please login to merge, or discard this patch.
admin/includes/modules/security_check/extended/ext_directory_listing.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
       ]);
37 37
     }
38 38
 
39
+    /**
40
+     * @param string $url
41
+     */
39 42
     function getHttpRequest($url) {
40 43
 
41 44
       $server = parse_url($url);
Please login to merge, or discard this patch.