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
Push — master ( 01d72f...5182b7 )
by Dominic
04:33
created
tests/Commands/ExportCommandTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace EllipseSynergie\LocaleToYaml\Tests\Commands;
4 4
 
5 5
 use EllipseSynergie\LocaleToYaml\Commands\ExportCommand;
6
-use Symfony\Component\Console\Tester\CommandTester;
7 6
 use Symfony\Component\Console\Application;
7
+use Symfony\Component\Console\Tester\CommandTester;
8 8
 
9 9
 /**
10 10
  * Class ExportCommandTest
Please login to merge, or discard this patch.
tests/locale.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
         'three' => [
9 9
             'four' => 'five'
10 10
         ],
11
-        'multi' => "This is a\n".
12
-            "multi line\n".
11
+        'multi' => "This is a\n" .
12
+            "multi line\n" .
13 13
             "sentence."
14 14
     ]
15 15
 ];
Please login to merge, or discard this patch.