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.
Passed
Push — master ( 82bc59...95d90c )
by Elias
13:47 queued 14s
created
src/messages/config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
     // string, required, root directory of all source files
5
-    'sourcePath' => __DIR__ . '/..',
5
+    'sourcePath' => __DIR__.'/..',
6 6
     // array, required, list of language codes that the extracted messages
7 7
     // should be translated to. For example, ['zh-CN', 'de'].
8
-    'languages' => ['en', 'nl', 'ru', 'es', 'tr','sk'],
8
+    'languages' => ['en', 'nl', 'ru', 'es', 'tr', 'sk'],
9 9
     // string, the name of the function for translating messages.
10 10
     // Defaults to 'Yii::t'. This is used as a mark to find the messages to be
11 11
     // translated. You may use a string for single function name or an array for
Please login to merge, or discard this patch.