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 ( a90133...c0c2aa )
by Samuel
02:34
created
src/Acl.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 /**
4 4
  * This file is part of the Samshal\Acl library
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
      * @throws \Exception
318 318
      * @return void
319 319
      */
320
-    public function allow(string $role, string $permission, string $resource, bool $status=null)
320
+    public function allow(string $role, string $permission, string $resource, bool $status = null)
321 321
     {
322 322
         $status = $status ?? true;
323 323
         if (!$this->roleRegistry->exists($role)) {
Please login to merge, or discard this patch.