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.
Test Setup Failed
Branch master (02b5a9)
by Xaf
03:11
created
src/Iban.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
     /**
15 15
      * Generate an Iban code.
16 16
      *
17
-     * @param string $paisCode
18 17
      * @param string $ccc
19 18
      *
20 19
      * @return string
@@ -35,6 +34,9 @@  discard block
 block discarded – undo
35 34
         return $countryCode.$checksum;
36 35
     }
37 36
 
37
+    /**
38
+     * @param string $letter
39
+     */
38 40
     private function code($letter)
39 41
     {
40 42
         $tabla = [
Please login to merge, or discard this patch.
src/IbanInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
     /**
15 15
      * Generate an Iban code.
16 16
      *
17
-     * @param string $paisCode
18 17
      * @param string $ccc
19 18
      *
20 19
      * @return string
Please login to merge, or discard this patch.