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 ( f6bb04...4c50ab )
by Hong
02:16
created
src/Phossa2/Logger/Handler/StreamHandler.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@  discard block
 block discarded – undo
44 44
     /**
45 45
      * Constructor
46 46
      *
47
-     * @param  string|resource $stream the stream
48
-     * @param  string $logLevel
47
+     * @param  string $stream the stream
48
+     * @param  string $level
49 49
      * @param  FormatterInterface $formatter
50 50
      * @param  bool $stopPropagation
51 51
      * @access public
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * Open stream for writing
87 87
      *
88 88
      * @param  string|resource $path
89
-     * @return resource|false
89
+     * @return resource
90 90
      * @access protected
91 91
      */
92 92
     protected function openStream(/*# string */ $path)
Please login to merge, or discard this patch.