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.
Test Failed
Push — master ( 29d8d5...dc3c4a )
by Serge
01:50
created
src/Number2Text.php 2 patches
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.
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -178,8 +178,8 @@  discard block
 block discarded – undo
178 178
         return 2;
179 179
     }
180 180
 }
181
-=======
182
-<?php
181
+=== === =
182
+< ? php
183 183
 declare(strict_types = 1);
184 184
 
185 185
 namespace Converter\Core;
@@ -377,4 +377,4 @@  discard block
 block discarded – undo
377 377
         return 2;
378 378
     }
379 379
 }
380
->>>>>>> Stashed changes
380
+>> >> >> > Stashed changes
Please login to merge, or discard this patch.