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 — develop ( a5be90...e1de2b )
by David
11:29
created
src/Flow/State.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      * @param string            $transitionName The transition executed to reach the step.
96 96
      * @param string            $stepToName     The step reached after transition.
97 97
      * @param bool              $successful     Consider if transition was successful.
98
-     * @param array             $data           Stored data.
98
+     * @param Context\Properties             $data           Stored data.
99 99
      * @param DateTimeImmutable $reachedAt      Time when state was reached.
100 100
      * @param array             $errors         List of errors.
101 101
      * @param int               $stateId        The state id of a persisted state.
Please login to merge, or discard this patch.