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.
Test Setup Failed
Push — google-feed ( 941b53 )
by
unknown
14:11
created
application/modules/shop/components/AbstractEntity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @return mixed
37
+     * @return \app\modules\shop\models\Addon
38 38
      */
39 39
     public function getModel()
40 40
     {
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   +5 added lines, -6 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,10 +56,10 @@  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
-     * @return float|int
62
+     * @return string
64 63
      */
65 64
     static public function convertCurrencies($input = 0, Currency $from, Currency $to)
66 65
     {
@@ -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.