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 ( fb9218...bdd789 )
by Cees-Jan
03:15
created
src/TestCase.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
36 36
     {
37 37
         parent::setUp();
38 38
 
39
-        $this->baseTmpDir = $this->getSysTempDir() .
40
-            \DIRECTORY_SEPARATOR .
41
-            'p-a-c-t-' .
42
-            \uniqid() .
39
+        $this->baseTmpDir = $this->getSysTempDir().
40
+            \DIRECTORY_SEPARATOR.
41
+            'p-a-c-t-'.
42
+            \uniqid().
43 43
             \DIRECTORY_SEPARATOR;
44
-        $this->tmpDir = $this->baseTmpDir .
45
-            \uniqid() .
44
+        $this->tmpDir = $this->baseTmpDir.
45
+            \uniqid().
46 46
             \DIRECTORY_SEPARATOR;
47 47
         ;
48 48
 
Please login to merge, or discard this patch.