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 ( 76aa7a...0c4c18 )
by Freek
01:20
created
src/Image.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@  discard block
 block discarded – undo
124 124
         return ! is_null($this->manipulations->getFirstManipulationArgument('optimize'));
125 125
     }
126 126
 
127
+    /**
128
+     * @param string $path
129
+     */
127 130
     protected function performOptimization($path, array $optimizerChainConfiguration)
128 131
     {
129 132
         $optimizerChain = OptimizerChainFactory::create();
@@ -139,6 +142,9 @@  discard block
 block discarded – undo
139 142
         $optimizerChain->optimize($path);
140 143
     }
141 144
 
145
+    /**
146
+     * @param string $outputPath
147
+     */
142 148
     protected function addFormatManipulation($outputPath)
143 149
     {
144 150
         if ($this->manipulations->hasManipulation('format')) {
Please login to merge, or discard this patch.