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 (#5)
by Adrien
07:48
created
src/Converters/Grid/ASCIISyntax.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         return $syntax;
97 97
     }
98 98
     
99
+    /**
100
+     * @param string $charToFind
101
+     */
99 102
     public function findAndCreateNode($syntax, $charToFind)
100 103
     {
101 104
         for($x = 0; $x < count($syntax); $x++)
Please login to merge, or discard this patch.