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
Pull Request — master (#392)
by
unknown
12:47
created
application/extensions/DefaultTheme/widgets/Footer/Widget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Actual run function for all widget classes extending BaseWidget
17 17
      *
18
-     * @return mixed
18
+     * @return string
19 19
      */
20 20
     public function widgetRun()
21 21
     {
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/widgets/Navigation/Widget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Actual run function for all widget classes extending BaseWidget
17 17
      *
18
-     * @return mixed
18
+     * @return string
19 19
      */
20 20
     public function widgetRun()
21 21
     {
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/widgets/OneRowHeaderWithCart/Widget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Actual run function for all widget classes extending BaseWidget
17 17
      *
18
-     * @return mixed
18
+     * @return string
19 19
      */
20 20
     public function widgetRun()
21 21
     {
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/components/VariationMatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return array Array of tags(strings)
62
+     * @return string[] Array of tags(strings)
63 63
      */
64 64
     public function getCacheTags()
65 65
     {
Please login to merge, or discard this patch.
application/modules/core/decorators/ContentBlock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,8 @@
 block discarded – undo
53 53
 
54 54
     /**
55 55
      * @param $content
56
-     * @param $contentKey
57
-     * @param $dependency
56
+     * @param string $contentKey
57
+     * @param TagDependency $dependency
58 58
      * @return string
59 59
      */
60 60
     private function processChunks($content, $contentKey, $dependency)
Please login to merge, or discard this patch.
application/modules/shop/models/Addon.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -80,6 +80,7 @@
 block discarded – undo
80 80
     /**
81 81
      * Search tasks
82 82
      * @param $params
83
+     * @param integer $addon_category_id
83 84
      * @return ActiveDataProvider
84 85
      */
85 86
     public function search($params, $addon_category_id = null)
Please login to merge, or discard this patch.
application/modules/shop/models/Wishlist.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @return User|null
76
+     * @return \yii\db\ActiveQuery
77 77
      */
78 78
     public function getUser()
79 79
     {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @return WishlistProduct[]|null
84
+     * @return \yii\db\ActiveQuery
85 85
      */
86 86
     public function getItems()
87 87
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * @param $user_id
93 93
      * @param array $wishlist_ids
94
-     * @return array
94
+     * @return \yii\db\BaseActiveRecord[]
95 95
      */
96 96
     public static function getWishlist($user_id, $wishlist_ids)
97 97
     {
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/widgets/FilterSets/Widget.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     /**
185 185
      * Actual run function for all widget classes extending BaseWidget
186 186
      *
187
-     * @return mixed
187
+     * @return string
188 188
      * @throws \yii\base\InvalidConfigException
189 189
      * @throws \yii\db\Exception
190 190
      * @throws \yii\di\NotInstantiableException
Please login to merge, or discard this patch.