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.
Passed
Branch master (7a52aa)
by Michael
03:26
created
src/Transition/CreateableFromPattern.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
      * Configures the pattern to use
28 28
      *
29 29
      * @param string $pattern
30
+     * @return void
30 31
      */
31 32
     public static function usePattern(string $pattern);
32 33
 }
Please login to merge, or discard this patch.
src/Transition/Table/DefaultTransitionTable.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
      * Constructor
21 21
      *
22 22
      * @param \Noodle\Transition\Transition[] ...$transitions
23
+     * @param Transition $transitions
23 24
      */
24 25
     public function __construct(Transition ...$transitions)
25 26
     {
Please login to merge, or discard this patch.