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 (#61)
by
unknown
05:53 queued 04:24
created
src/Image.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -129,6 +129,9 @@  discard block
 block discarded – undo
129 129
         return ! is_null($optimizations) && $optimizations != '[]';
130 130
     }
131 131
 
132
+    /**
133
+     * @param string $path
134
+     */
132 135
     protected function performOptimization($path, array $optimizerChainConfiguration)
133 136
     {
134 137
         $optimizerChain = OptimizerChainFactory::create();
@@ -144,6 +147,9 @@  discard block
 block discarded – undo
144 147
         $optimizerChain->optimize($path);
145 148
     }
146 149
 
150
+    /**
151
+     * @param string $outputPath
152
+     */
147 153
     protected function addFormatManipulation($outputPath)
148 154
     {
149 155
         if ($this->manipulations->hasManipulation('format')) {
Please login to merge, or discard this patch.