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 — 2.9 ( 7866ec...7072cb )
by Thorsten
08:32
created
phpmyfaq/inc/PMF/Mail/SwiftSMTP.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @param array $headers
52 52
      * @param string $body
53 53
      *
54
-     * @return bool True if successful, false otherwise.
54
+     * @return integer True if successful, false otherwise.
55 55
      */
56 56
     public function send($recipients, Array $headers, $body)
57 57
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     exit();
19 19
 }
20 20
 
21
-require __DIR__ . '/../../libs/swiftmailer/swift_required.php';
21
+require __DIR__.'/../../libs/swiftmailer/swift_required.php';
22 22
 
23 23
 /**
24 24
  * Class PMF_Mail_SwiftSMTP
Please login to merge, or discard this patch.