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 — php72 ( 2f43a1...f5fc00 )
by Joni
03:42
created
lib/ASN1/Type/Constructed/ConstructedString.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Sop\ASN1\Type\Constructed;
6 6
 
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      */
46 46
     public function strings(): array
47 47
     {
48
-        return array_map(function (PrimitiveString $el) {
48
+        return array_map(function(PrimitiveString $el) {
49 49
             return $el->string();
50 50
         }, $this->_elements);
51 51
     }
Please login to merge, or discard this patch.