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 (#34)
by Mathias
02:33
created
src/VarnishSocket.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@  discard block
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
-     * @param $host
90
-     * @param $port
89
+     * @param string $host
90
+     * @param integer $port
91 91
      * @throws \Exception
92 92
      */
93 93
     private function socketConnect($host, $port) {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-     * @param $secret
113
+     * @param string $secret
114 114
      * @throws \Exception
115 115
      */
116 116
     private function authenticate($secret) {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-     * @param $challenge
155
+     * @param boolean|string $challenge
156 156
      * @param $secret
157 157
      * @return string
158 158
      */
Please login to merge, or discard this patch.