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.
Passed
Push — master ( 1932d3...29d8d5 )
by Serge
31s
created
src/Number2Text.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use Converter\Init\Data;
7 7
 
8 8
 /**
9
-  * Converts a number up to 1e+510 to its text representation e.g. 312 -> триста двенадцать (Russian only).
9
+ * Converts a number up to 1e+510 to its text representation e.g. 312 -> триста двенадцать (Russian only).
10 10
  *
11 11
  * @author    Sergey Kanashin <[email protected]>
12 12
  * @copyright 2003-2017
Please login to merge, or discard this patch.