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 ( 929f76...e88f87 )
by Bruno
02:10
created
src/Ciandt/Behat/PlaceholdersExtension/Config/PlaceholdersRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 
63 63
     public function getFilePath($key)
64 64
     {
65
-         if (key_exists($key, $this->configs)) {
65
+          if (key_exists($key, $this->configs)) {
66 66
             return $this->configs[$key]['path'];
67 67
         }
68 68
         return null;
Please login to merge, or discard this patch.
Ciandt/Behat/PlaceholdersExtension/Transformer/PlaceholdersTransformer.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 /**
12 12
  * Transforms a single argument value.
13
-
14 13
  */
15 14
 class PlaceholdersTransformer implements ArgumentTransformer
16 15
 {
Please login to merge, or discard this patch.