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 (#28)
by
unknown
04:45
created
src/Varnish.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * @param string|array $host
17 17
      *
18
-     * @return bool
18
+     * @return boolean|null
19 19
      *
20 20
      * @throws \Exception
21 21
      */
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @return bool|mixed|string
94
+     * @return string
95 95
      */
96 96
     public function getSecret()
97 97
     {
Please login to merge, or discard this patch.
src/VarnishSocket.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,6 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * Write data to the socket input stream
209 209
      * @param string
210
+     * @param string $data
210 211
      *
211 212
      * @return VarnishSocket
212 213
      *
@@ -231,7 +232,7 @@  discard block
 block discarded – undo
231 232
 
232 233
     /**
233 234
      * Write a command to the socket with a trailing line break and get response straight away
234
-     * @param $cmd
235
+     * @param string $cmd
235 236
      * @param int $ok
236 237
      *
237 238
      * @return string
Please login to merge, or discard this patch.