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 ( 4084c9...c03a14 )
by
unknown
02:22
created
src/Admin/AdvancedWorkflowAdmin.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -256,9 +256,8 @@  discard block
 block discarded – undo
256 256
     /**
257 257
      * Get WorkflowInstance Target objects to show for users in initial gridfield(s)
258 258
      *
259
-     * @param Member $member
260 259
      * @param string $fieldName The name of the gridfield that determines which dataset to return
261
-     * @return DataList
260
+     * @return ArrayList
262 261
      * @todo Add the ability to see embargo/expiry dates in report-gridfields at-a-glance if QueuedJobs module installed
263 262
      */
264 263
     public function userObjects(Member $user, $fieldName)
@@ -334,7 +333,7 @@  discard block
 block discarded – undo
334 333
     /**
335 334
      * Required so we can simply change the visible label of the "Import" button and lose some redundant form-fields.
336 335
      *
337
-     * @return Form
336
+     * @return null|\SilverStripe\Forms\Form
338 337
      */
339 338
     public function ImportForm()
340 339
     {
Please login to merge, or discard this patch.