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 ( a307f2...332521 )
by Time
24:08 queued 16:25
created
Source/QueryBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * appended to the current scope
52 52
      *
53 53
      * @param string  $name
54
-     * @param mixed[] $arguments
54
+     * @param callable[] $arguments
55 55
      *
56 56
      * @return IQueryable
57 57
      */
Please login to merge, or discard this patch.
Source/Traversable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      * @param IIteratorScheme|null $scheme
61 61
      * @param Traversable|null     $source
62 62
      *
63
-     * @return callable
63
+     * @return \Closure
64 64
      */
65 65
     public static function factory(IIteratorScheme $scheme = null, Traversable $source = null)
66 66
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      * Returns a callable factory to construct an equivalent
77 77
      * instance with the supplied elements.
78 78
      *
79
-     * @return callable
79
+     * @return \Closure
80 80
      */
81 81
     final protected function scopedSelfFactory()
82 82
     {
Please login to merge, or discard this patch.