GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — feature/jsonProperty ( b550e6...f81911 )
by Alexander
17:18 queued 11:03
created
application/models/PropertyStaticValues.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     }
188 188
 
189 189
     /**
190
-     * @param $property_id
190
+     * @param integer $property_id
191 191
      * @param $category_id
192 192
      * @param $properties
193 193
      * @return PropertyStaticValues[]
@@ -313,6 +313,9 @@  discard block
 block discarded – undo
313 313
         return $allSelections;
314 314
     }
315 315
 
316
+    /**
317
+     * @param string $joinCondition
318
+     */
316 319
     private static function initSubQuery($category_id, $joinCondition)
317 320
     {
318 321
         $subQuery = ObjectStaticValues::find();
Please login to merge, or discard this patch.
application/modules/shop/components/yml/OfferTag.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-     * @return mixed
44
+     * @return string
45 45
      */
46 46
     public function getValue()
47 47
     {
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @param mixed $value
52
+     * @param OfferTag[] $value
53 53
      * @return $this
54 54
      */
55 55
     public function setValue($value)
Please login to merge, or discard this patch.
application/modules/shop/helpers/CurrencyHelper.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@  discard block
 block discarded – undo
46 46
 
47 47
     /**
48 48
      * @param string $code
49
-     * @param bool|true $useMainCurrency
50 49
      * @return Currency
51 50
      */
52 51
     static public function findCurrencyByIso($code)
@@ -57,7 +56,7 @@  discard block
 block discarded – undo
57 56
     }
58 57
 
59 58
     /**
60
-     * @param float|int $input
59
+     * @param integer $input
61 60
      * @param Currency $from
62 61
      * @param Currency $to
63 62
      * @return float|int
@@ -84,7 +83,7 @@  discard block
 block discarded – undo
84 83
     }
85 84
 
86 85
     /**
87
-     * @param float|int $input
86
+     * @param integer $input
88 87
      * @param Currency $from
89 88
      * @return float|int
90 89
      */
@@ -94,7 +93,7 @@  discard block
 block discarded – undo
94 93
     }
95 94
 
96 95
     /**
97
-     * @param float|int $input
96
+     * @param integer $input
98 97
      * @param Currency $from
99 98
      * @return float|int
100 99
      */
@@ -104,7 +103,7 @@  discard block
 block discarded – undo
104 103
     }
105 104
 
106 105
     /**
107
-     * @param float|int $input
106
+     * @param integer $input
108 107
      * @param Currency $to
109 108
      * @return float|int
110 109
      */
Please login to merge, or discard this patch.
modules/shop/components/GoogleMerchants/ModificationDataInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -5,5 +5,8 @@
 block discarded – undo
5 5
 
6 6
 interface ModificationDataInterface
7 7
 {
8
+    /**
9
+     * @return void
10
+     */
8 11
     public static function processData(ModificationDataEvent $event);
9 12
 }
10 13
\ No newline at end of file
Please login to merge, or discard this patch.
application/modules/shop/models/GoogleFeed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @return array
171
+     * @return string[]
172 172
      */
173 173
     public function getOfferElements()
174 174
     {
Please login to merge, or discard this patch.
application/backend/components/Helper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
     public static $returnUrlWithoutHistory = false;
17 17
 
18 18
     /**
19
-     * @param int $depth
20 19
      * @return string
21 20
      */
22 21
     public static function getReturnUrl()
Please login to merge, or discard this patch.
application/models/Search.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@
 block discarded – undo
33 33
         ];
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $key
38
+     */
36 39
     public function searchByKey($key)
37 40
     {
38 41
 
Please login to merge, or discard this patch.
application/models/Submission.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     protected $subject = null;
45 45
 
46 46
     /**
47
-     * @return null
47
+     * @return string
48 48
      */
49 49
     public function getSubject()
50 50
     {
Please login to merge, or discard this patch.
application/modules/shop/helpers/PriceHandlers.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      * @param Order $order
93 93
      * @param SpecialPriceList $specialPrice
94 94
      * @param $price
95
-     * @return float
95
+     * @return integer
96 96
      */
97 97
     static public function getDiscountPriceOrder(
98 98
         Order $order,
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
      * @param Order $order
122 122
      * @param SpecialPriceList $specialPrice
123 123
      * @param $price
124
-     * @return float
124
+     * @return integer
125 125
      */
126 126
     static public function getDeliveryPriceOrder(
127 127
         Order $order,
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     }
144 144
 
145 145
     /**
146
-     * @param array $types
146
+     * @param string[] $types
147 147
      * @return array
148 148
      */
149 149
     static protected function getDiscountsByAppliance($types = [])
Please login to merge, or discard this patch.