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.
Passed
Branch master (0acf1f)
by Christian
02:49
created
Category
src/Generator/SitemapGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
         '<loc>'.$url->getLoc().'</loc>'.
115 115
         (null !== $url->getLastMod() ? '<lastmod>'.$url->getLastMod()->format('c').'</lastmod>' : '').
116 116
         (null !== $url->getChangeFreq() ? '<changefreq>'.$url->getChangeFreq().'</changefreq>' : '').
117
-        (null  !== $url->getPriority() ? '<priority>'.$url->getPriority().'</priority>' : '').
117
+        (null !== $url->getPriority() ? '<priority>'.$url->getPriority().'</priority>' : '').
118 118
         '</url>';
119 119
     }
120 120
 }
Please login to merge, or discard this patch.