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:19
created
src/RobotsTxt.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@  discard block
 block discarded – undo
57 57
         return true;
58 58
     }
59 59
 
60
+    /**
61
+     * @return string
62
+     */
60 63
     protected function getWildCardUserAgent(string $userAgent): ?string
61 64
     {
62 65
         $wildcardUserAgents = array_filter(array_keys($this->disallowsPerUserAgent), function($userAgent) {
@@ -80,6 +83,9 @@  discard block
 block discarded – undo
80 83
         }
81 84
     }
82 85
 
86
+    /**
87
+     * @param string $string
88
+     */
83 89
     protected function match($pattern, $string)
84 90
     {
85 91
         $pattern = preg_quote($pattern, '/');
Please login to merge, or discard this patch.