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 ( a3053d...092899 )
by Rob
04:49
created
tests/Libraries/Curl/CurlTest.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace RattfieldNz\SafeUrls\Libraries\Curl;
4 4
 
5
-use Orchestra\Testbench\TestCase;;
5
+use Orchestra\Testbench\TestCase; ;
6 6
 
7 7
 class CurlTest extends TestCase
8 8
 {
@@ -24,8 +24,8 @@  discard block
 block discarded – undo
24 24
     protected function setUp(): void
25 25
     {
26 26
         $this->postUrl = '';
27
-        $this->headers = [];
28
-        $this->payload = [];
27
+        $this->headers = [ ];
28
+        $this->payload = [ ];
29 29
         $this->timeout = 10;
30 30
         $this->curl = new Curl(
31 31
             $this->postUrl,
Please login to merge, or discard this patch.
tests/Libraries/Data/DataTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace RattfieldNz\SafeUrls\Libraries\Data;
4 4
 
5
-use Orchestra\Testbench\TestCase;;
5
+use Orchestra\Testbench\TestCase; ;
6 6
 
7 7
 class DataTest extends TestCase
8 8
 {
Please login to merge, or discard this patch.
tests/Libraries/Config/ConfigTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace RattfieldNz\SafeUrls\Libraries\Config;
4 4
 
Please login to merge, or discard this patch.
tests/SafeUrlsTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace RattfieldNz\SafeUrls;
4 4
 
Please login to merge, or discard this patch.