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
Push — master ( a90133...c0c2aa )
by Samuel
02:34
created
src/Acl.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
     /**
207 207
      * Add a new role object to the registry
208 208
      *
209
-     * @param string[] $role
209
+     * @param string $role
210 210
      * @return void
211 211
      */
212 212
     public function addRole(string ...$role)
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
     /**
221 221
      * Add a new resource object to the registry
222 222
      *
223
-     * @param string[] $resource
223
+     * @param string $resource
224 224
      * @return void
225 225
      */
226 226
     public function addResource(string ...$resource)
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
     /**
235 235
      * Add a new permission object to the registry
236 236
      *
237
-     * @param string[] $permission
237
+     * @param string $permission
238 238
      * @return void
239 239
      */
240 240
     public function addPermission(string ...$permission)
Please login to merge, or discard this patch.