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.
Passed
Branch 1.4.x (1254b6)
by Michael
03:13 queued 01:06
created
src/VirtualFileSystem/Wrapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
     /**
115 115
      * @see http://php.net/streamwrapper.stream-cast
116 116
      *
117
-     * @return void
117
+     * @return boolean
118 118
      */
119 119
     public function stream_cast() {
120 120
         return false;
Please login to merge, or discard this patch.
src/VirtualFileSystem/Wrapper/DirectoryHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Returns children iterator
48 48
      *
49
-     * @return ArrayIterator
49
+     * @return \ArrayIterator
50 50
      */
51 51
     public function iterator()
52 52
     {
Please login to merge, or discard this patch.