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 — develop ( e3dec6...8399e0 )
by Baptiste
03:10
created
SequenceInterface.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * Return all elements that satisfy the given predicate
64 64
      *
65
-     * @param Closure $predicate
65
+     * @param \Closure $predicate
66 66
      *
67 67
      * @return self
68 68
      */
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Apply the given function to all elements of the sequence
73 73
      *
74
-     * @param Closure $function
74
+     * @param \Closure $function
75 75
      *
76 76
      * @return self
77 77
      */
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      * Return a new map of pairs grouped by keys determined with the given
82 82
      * discriminator function
83 83
      *
84
-     * @param Closure $discriminator
84
+     * @param \Closure $discriminator
85 85
      *
86 86
      * @return MapInterface
87 87
      */
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * Return a new sequence by applying the given function to all elements
133 133
      *
134
-     * @param Closure $function
134
+     * @param \Closure $function
135 135
      *
136 136
      * @return self
137 137
      */
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     /**
151 151
      * Return a sequence of 2 sequences partitioned according to the given predicate
152 152
      *
153
-     * @param Closure $predicate
153
+     * @param \Closure $predicate
154 154
      *
155 155
      * @return self[self]
156 156
      */
Please login to merge, or discard this patch.