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 — develop ( 7af216...ebf010 )
by Baptiste
13:17
created
tests/SetTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace Tests\Innmind\Immutable;
5 5
 
@@ -425,7 +425,7 @@  discard block
 block discarded – undo
425 425
 
426 426
         $v = $s->reduce(
427 427
             42,
428
-            function (float $carry, int $value): float {
428
+            function(float $carry, int $value): float {
429 429
                 return $carry / $value;
430 430
             }
431 431
         );
Please login to merge, or discard this patch.