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 (#4)
by
unknown
04:48
created
src/Gateways/SubmailGateway.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 /**
15 15
  * Class SubmailGateway.
16 16
  */
17
-class SubmailGateway extends Gateway{
17
+class SubmailGateway extends Gateway {
18 18
 
19 19
     use HasHttpRequest;
20 20
 
@@ -53,6 +53,6 @@  discard block
 block discarded – undo
53 53
      */
54 54
     protected function buildEndpoint($function)
55 55
     {
56
-        return sprintf(self::ENDPOINT_TEMPLATE,$function, self::ENDPOINT_FORMAT);
56
+        return sprintf(self::ENDPOINT_TEMPLATE, $function, self::ENDPOINT_FORMAT);
57 57
     }
58 58
 }
59 59
\ No newline at end of file
Please login to merge, or discard this patch.