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 ( f496b4...e64beb )
by Miles
10s
created
src/Resource/AbstractResource.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Object oriented get access for the array
72 72
      *
73
-     * @param mixed $key The key to get the value for
73
+     * @param string $key The key to get the value for
74 74
      *
75 75
      * @return array|bool|null The resource key value
76 76
      */
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * Port of array_key_exists to \ArrayAccess
209 209
      *
210
-     * @param mixed $key The key to check if exists
210
+     * @param string $key The key to check if exists
211 211
      *
212 212
      * @return bool Does the key exist
213 213
      */
Please login to merge, or discard this patch.