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.
Test Setup Failed
Push — master ( 5e147d...20c483 )
by t
02:13
created
src/icomponents/file/FtpFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
                 @ftp_chmod($this->_conn, $mode, $subFile);
200 200
             }
201 201
         }
202
-        return (bool) @ftp_chmod($this->_conn, $mode, $file);
202
+        return (bool)@ftp_chmod($this->_conn, $mode, $file);
203 203
     }
204 204
 
205 205
     /**
Please login to merge, or discard this patch.
src/iexts/PhpOffice/PhpWord/TemplateProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
                 $table->addRow();
203 203
                 $i = 0;
204 204
                 if (empty($cindexs)) {
205
-                    $cindexs = array_map(function ($cs) {
205
+                    $cindexs = array_map(function($cs) {
206 206
                         return Coordinate::columnIndexFromString($cs);
207 207
                     }, array_keys($row));
208 208
                 }
Please login to merge, or discard this patch.