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
Pull Request — master (#7)
by
unknown
01:28
created
src/LPTracker/LPTrackerBase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,13 +81,13 @@
 block discarded – undo
81 81
         if (empty($config['token'])) {
82 82
             if (empty($config['login'])) {
83 83
                 throw new LPTrackerSDKException(
84
-                    'Required "login" key not supplied in config and could not find fallback environment variable "' . static::LOGIN_ENV_NAME . '"'
84
+                    'Required "login" key not supplied in config and could not find fallback environment variable "'.static::LOGIN_ENV_NAME.'"'
85 85
                 );
86 86
             }
87 87
 
88 88
             if (empty($config['password'])) {
89 89
                 throw new LPTrackerSDKException(
90
-                    'Required "password" key not supplied in config and could not find fallback environment variable "' . static::PASSWORD_ENV_NAME . '"'
90
+                    'Required "password" key not supplied in config and could not find fallback environment variable "'.static::PASSWORD_ENV_NAME.'"'
91 91
                 );
92 92
             }
93 93
         }
Please login to merge, or discard this patch.