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 ( 66e381...a6fbdf )
by Bhaktaraz
01:54
created
Source/Bhaktaraz/RSSGenerator/FacebookProductItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
      */
276 276
     public function asXML()
277 277
     {
278
-        $xml = new SimpleXMLElement('<?xml version="1.0" encoding="UTF-8" ?><item></item>', LIBXML_NOERROR | LIBXML_ERR_NONE | LIBXML_ERR_FATAL);
278
+        $xml = new SimpleXMLElement('<?xml version="1.0" encoding="UTF-8" ?><item></item>', LIBXML_NOERROR|LIBXML_ERR_NONE|LIBXML_ERR_FATAL);
279 279
 
280 280
         $xml->addChild('g:id', $this->title, 'http://base.google.com/ns/1.0');
281 281
         $xml->addChild('g:title', $this->title, 'http://base.google.com/ns/1.0');
Please login to merge, or discard this patch.