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 ( aa8c8d...645990 )
by tac
03:45
created
src/Filter/FilesTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * @param string $path  any file wildcard (ie:/tmp/*.txt). Use the full path!
48 48
      * @param int    $flags any GlobIterator or FilesystemIterator flag
49 49
      *
50
-     * @return \Pipes\Pipe
50
+     * @return FilesTrait
51 51
      */
52 52
     public function files($path, $flags = \GlobIterator::CURRENT_AS_PATHNAME)
53 53
     {
Please login to merge, or discard this patch.
src/Filter/MapTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * });
20 20
      *
21 21
      *
22
-     * @param callable $callback
22
+     * @param callable $______callback
23 23
      *
24 24
      * @return \Pipes\Pipe
25 25
      */
Please login to merge, or discard this patch.