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 (#23)
by Matthieu
08:54
created
src/JamesMoss/Flywheel/NestedRepository.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -124,6 +124,9 @@
 block discarded – undo
124 124
         return (boolean)preg_match('/^[^\\/]?[^\\?\\*:;{}\\\\\\n]+[^\\/]$/us', $id);
125 125
     }
126 126
 
127
+    /**
128
+     * @param string $dir
129
+     */
127 130
     protected function getFilesRecursive($dir, array &$result, $ext)
128 131
     {
129 132
         $extensionLength = strlen($ext) + 1; // one is for the dot!
Please login to merge, or discard this patch.