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
Pull Request — master (#13)
by Dev
01:10
created
src/RobotsTxt.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         return strpos($path, ['$', '*']);
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $string
95
+     */
93 96
     protected function match($pattern, $string) {
94 97
         //$pattern = '/fr/*/$';
95 98
         $pattern = preg_quote($pattern, '/');
Please login to merge, or discard this patch.