Completed
Push — master ( 77e87d...17f8d0 )
by Harald
04:52
created
includes/modules/security_check/extended/admin_backup_directory_listing.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
       return MODULE_SECURITY_CHECK_EXTENDED_EXT_DIRECTORY_LISTING_HTTP_200;
33 33
     }
34 34
 
35
+    /**
36
+     * @param null|string $url
37
+     */
35 38
     function getHttpRequest($url) {
36 39
       $server = parse_url($url);
37 40
 
Please login to merge, or discard this patch.
admin/includes/modules/security_check/extended/admin_backup_file.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
       return MODULE_SECURITY_CHECK_EXTENDED_EXT_DIRECTORY_LISTING_HTTP_200;
33 33
     }
34 34
 
35
+    /**
36
+     * @param null|string $url
37
+     */
35 38
     function getHttpRequest($url) {
36 39
       $server = parse_url($url);
37 40
 
Please login to merge, or discard this patch.
catalog/includes/functions/banner.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 
15 15
 ////
16 16
 // Sets the status of a special product
17
+  /**
18
+   * @param integer $status
19
+   */
17 20
   function tep_set_specials_status($specials_id, $status) {
18 21
     $OSCOM_Db = Registry::get('Db');
19 22
 
Please login to merge, or discard this patch.
catalog/includes/modules/payment/braintree_cc/Braintree.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@
 block discarded – undo
68 68
         return $this->forKey("index" . $index);
69 69
     }
70 70
 
71
+    /**
72
+     * @param string $key
73
+     */
71 74
     public function forKey($key)
72 75
     {
73 76
         return isset($this->_nested[$key]) ? $this->_nested[$key] : null;
Please login to merge, or discard this patch.
catalog/includes/modules/payment/braintree_cc/Braintree/KeyValueNode.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -2,6 +2,9 @@
 block discarded – undo
2 2
 
3 3
 class Braintree_RangeNode
4 4
 {
5
+    /**
6
+     * @param string $name
7
+     */
5 8
     function __construct($name)
6 9
     {
7 10
         $this->name = $name;
Please login to merge, or discard this patch.
includes/modules/payment/braintree_cc/Braintree/MultipleValueOrTextNode.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -2,6 +2,9 @@
 block discarded – undo
2 2
 
3 3
 class Braintree_RangeNode
4 4
 {
5
+    /**
6
+     * @param string $name
7
+     */
5 8
     function __construct($name)
6 9
     {
7 10
         $this->name = $name;
Please login to merge, or discard this patch.