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 ( da6b3a...4084c9 )
by Daniel
11s
created
src/Admin/WorkflowDefinitionImporter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @param string $name. If set, a single-value array comprising a WorkflowTemplate object who's first
26 26
      *                      constructor param matches $name is returned.
27
+     * @param string $name
27 28
      * @return WorkflowTemplate|WorkflowTemplate[]
28 29
      */
29 30
     public function getImportedWorkflows($name = null)
Please login to merge, or discard this patch.