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.
Completed
Pull Request — master (#225)
by xiaohui
06:05
created
src/Gateways/BaiduGateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
      * 根据 指定的 keys 过滤应该参与签名的 header.
155 155
      *
156 156
      * @param array $headers
157
-     * @param array $keys
157
+     * @param string[] $keys
158 158
      *
159 159
      * @return array
160 160
      */
Please login to merge, or discard this patch.
src/Gateways/HuaweiGateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      * @param string $appKey
113 113
      * @param string $appSecret
114 114
      *
115
-     * @return array
115
+     * @return string
116 116
      */
117 117
     protected function getHeaders($appKey, $appSecret)
118 118
     {
Please login to merge, or discard this patch.
src/Gateways/YunxinGateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param $resource
85
+     * @param string $resource
86 86
      * @param $function
87 87
      *
88 88
      * @return string
Please login to merge, or discard this patch.
src/Gateways/YunzhixunGateway.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @param $resource
65
-     * @param $function
64
+     * @param string $resource
65
+     * @param string $function
66 66
      *
67 67
      * @return string
68 68
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @param $endpoint
97
+     * @param string $endpoint
98 98
      * @param $params
99 99
      *
100 100
      * @return array
Please login to merge, or discard this patch.