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
Pull Request — master (#57)
by Faton
03:05 queued 01:16
created
src/Optimizers/BaseOptimizer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
      *
47 47
      * Useful in case your commands are not accessible by global environment. ex. /usr/bin/local
48 48
      *
49
-     * @param string $binaryName
50
-     * @return string
49
+     * @param string $binaryPath
50
+     * @return BaseOptimizer
51 51
      */
52 52
     public function setBinaryPath(string $binaryPath)
53 53
     {
Please login to merge, or discard this patch.