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 ( 0fca6a...7e109b )
by Freek
01:16
created
src/Image.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -113,6 +113,9 @@  discard block
 block discarded – undo
113 113
         return ! is_null($this->manipulations->getFirstManipulationArgument('optimize'));
114 114
     }
115 115
 
116
+    /**
117
+     * @param string $path
118
+     */
116 119
     protected function performOptimization($path, array $optimizationOptions)
117 120
     {
118 121
         $factory = new OptimizerFactory($optimizationOptions);
@@ -122,6 +125,9 @@  discard block
 block discarded – undo
122 125
         $optimizer->optimize($path);
123 126
     }
124 127
 
128
+    /**
129
+     * @param string $outputPath
130
+     */
125 131
     protected function addFormatManipulation($outputPath)
126 132
     {
127 133
         if ($this->manipulations->hasManipulation('format')) {
Please login to merge, or discard this patch.