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 ( e039e9...a56ba7 )
by Brent
03:51 queued 24s
created
src/PeriodCollection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@  discard block
 block discarded – undo
16 16
 
17 17
     /**
18 18
      * @param \Spatie\Period\Period ...$periods
19
+     * @param Period[] $periods
19 20
      *
20 21
      * @return static
21 22
      */
@@ -58,6 +59,7 @@  discard block
 block discarded – undo
58 59
 
59 60
     /**
60 61
      * @param \Spatie\Period\PeriodCollection ...$periodCollections
62
+     * @param PeriodCollection[] $periodCollections
61 63
      *
62 64
      * @return static
63 65
      */
@@ -139,6 +141,7 @@  discard block
 block discarded – undo
139 141
 
140 142
     /**
141 143
      * @param \Spatie\Period\Period ...$periods
144
+     * @param Period[] $periods
142 145
      *
143 146
      * @return static
144 147
      */
Please login to merge, or discard this patch.