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
01:28
created
src/Optimizers/BaseOptimizer.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
     /**
39 39
      * Set binary Path.
40 40
      *
41
-     * @param string|array $binaryPath
42
-     * @return string
41
+     * @param string $binaryPath
42
+     * @return BaseOptimizer
43 43
      */
44 44
     public function setBinaryPath($binaryPath)
45 45
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Spatie\ImageOptimizer\Optimizers;
4 4
 
5 5
 use Spatie\ImageOptimizer\Optimizer;
6
-use Symfony\Component\Process\Process;
7 6
 use Spatie\ImageOptimizer\OptimizerChain;
7
+use Symfony\Component\Process\Process;
8 8
 
9 9
 abstract class BaseOptimizer implements Optimizer
10 10
 {
Please login to merge, or discard this patch.