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 ( 337a23...c6e3c5 )
by De
01:46
created
src/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
      *
156 156
      * @param string                    $key    The key of the item to store.
157 157
      * @param mixed                     $value  The value of the item to store, must be serializable.
158
-     * @param null|int|\DateInterval    $ttl    Optional. The TTL value of this item. If no value is sent and
158
+     * @param integer|null    $ttl    Optional. The TTL value of this item. If no value is sent and
159 159
      *                                          the driver supports TTL then the library may set a default value
160 160
      *                                          for it or let the driver take care of that.
161 161
      * @param array                     $tags   List of tags
Please login to merge, or discard this patch.