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 ( 788e0e...0fca6a )
by Freek
01:28
created
src/GlideConversion.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         }
73 73
     }
74 74
 
75
+    /**
76
+     * @param string $inputFile
77
+     */
75 78
     private function createGlideServer($inputFile, string $watermarkPath = null): Server
76 79
     {
77 80
         $config = [
Please login to merge, or discard this patch.