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 ( 886ade...958e6d )
by Viktor
05:50
created
src/HtmlHeadingNormalizer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -139,6 +139,9 @@
 block discarded – undo
139 139
         return self::stringContains($html, '<!DOCTYPE');
140 140
     }
141 141
 
142
+    /**
143
+     * @param string $needle
144
+     */
142 145
     private static function stringContains($string, $needle)
143 146
     {
144 147
         return (false !== strpos($string, $needle));
Please login to merge, or discard this patch.