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 (#3)
by
unknown
03:59
created
src/Bban/SpainBban.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param $bankCode
124
+     * @param string $bankCode
125 125
      *
126 126
      * @throws InvalidArgumentException
127 127
      */
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @param $branchCode
136
+     * @param string $branchCode
137 137
      *
138 138
      * @throws InvalidArgumentException
139 139
      */
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param $checkDigits
148
+     * @param string $checkDigits
149 149
      *
150 150
      * @throws InvalidArgumentException
151 151
      */
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param $accountNumber
160
+     * @param string $accountNumber
161 161
      *
162 162
      * @throws InvalidArgumentException
163 163
      */
@@ -169,10 +169,10 @@  discard block
 block discarded – undo
169 169
     }
170 170
 
171 171
     /**
172
-     * @param $bankCode
173
-     * @param $branchCode
174
-     * @param $checkDigits
175
-     * @param $accountNumber
172
+     * @param string $bankCode
173
+     * @param string $branchCode
174
+     * @param string $checkDigits
175
+     * @param string $accountNumber
176 176
      *
177 177
      * @throws InvalidArgumentException
178 178
      */
Please login to merge, or discard this patch.
src/Iban.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param $countryCode
147
+     * @param string $countryCode
148 148
      *
149 149
      * @throws InvalidArgumentException
150 150
      */
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-     * @param $checkDigits
159
+     * @param string $checkDigits
160 160
      *
161 161
      * @throws InvalidArgumentException
162 162
      */
Please login to merge, or discard this patch.