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 ( 32e807...794dfa )
by Martin
06:01
created
src/Provider/Endorphin.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -96,8 +96,8 @@  discard block
 block discarded – undo
96 96
      */
97 97
     public function __construct()
98 98
     {
99
-        if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) {
100
-            throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider');
99
+        if (!file_exists('vendor/'.$this->getPackageName().'/composer.json')) {
100
+            throw new PackageNotLoadedException('You need to install the package '.$this->getPackageName().' to use this provider');
101 101
         }
102 102
     }
103 103
 
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
          * No result found?
202 202
          */
203 203
         if ($this->hasResult($resultRaw) !== true) {
204
-            throw new NoResultFoundException('No result found for user agent: ' . $userAgent);
204
+            throw new NoResultFoundException('No result found for user agent: '.$userAgent);
205 205
         }
206 206
 
207 207
         /*
Please login to merge, or discard this patch.