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 (#12)
by
unknown
02:46
created
src/Iban.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     }
161 161
 
162 162
     /**
163
-     * @param $countryCode
163
+     * @param string $countryCode
164 164
      *
165 165
      * @throws InvalidArgumentException
166 166
      */
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     }
173 173
 
174 174
     /**
175
-     * @param $checkDigits
175
+     * @param string $checkDigits
176 176
      *
177 177
      * @throws InvalidArgumentException
178 178
      */
@@ -203,7 +203,7 @@  discard block
 block discarded – undo
203 203
     }
204 204
 
205 205
     /**
206
-     * @param $countryCode
206
+     * @param string $countryCode
207 207
      *
208 208
      * @throws InvalidArgumentException
209 209
      */
@@ -220,8 +220,8 @@  discard block
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param $countryCode
224
-     * @param $checkDigits
223
+     * @param string $countryCode
224
+     * @param string $checkDigits
225 225
      * @param Bban\BbanInterface $bban
226 226
      *
227 227
      * @return string
Please login to merge, or discard this patch.