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 ( eebeff...32119e )
by Freek
15:01 queued 12:14
created
src/Certificate/Certificate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
      */
50 50
     public function hasParentInTrustChain()
51 51
     {
52
-        return ! $this->getParentCertificateURL() == '';
52
+        return !$this->getParentCertificateURL() == '';
53 53
     }
54 54
 
55 55
     /**
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     {
89 89
         $x509 = new X509();
90 90
 
91
-        if (! $x509->loadX509($contents)) {
91
+        if (!$x509->loadX509($contents)) {
92 92
             throw new Exception('Invalid inputfile given.');
93 93
         }
94 94
     }
Please login to merge, or discard this patch.