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 ( 66bde6...5628d2 )
by Brent
01:26
created
src/Period.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -325,6 +325,7 @@  discard block
 block discarded – undo
325 325
 
326 326
     /**
327 327
      * @param \Spatie\Period\Period ...$periods
328
+     * @param Period[] $periods
328 329
      *
329 330
      * @return \Spatie\Period\PeriodCollection|static[]
330 331
      */
@@ -347,6 +348,7 @@  discard block
 block discarded – undo
347 348
 
348 349
     /**
349 350
      * @param \Spatie\Period\Period ...$periods
351
+     * @param Period[] $periods
350 352
      *
351 353
      * @return static
352 354
      */
@@ -409,6 +411,7 @@  discard block
 block discarded – undo
409 411
 
410 412
     /**
411 413
      * @param \Spatie\Period\Period ...$periods
414
+     * @param Period[] $periods
412 415
      *
413 416
      * @return \Spatie\Period\PeriodCollection|static[]
414 417
      */
@@ -451,6 +454,9 @@  discard block
 block discarded – undo
451 454
         );
452 455
     }
453 456
 
457
+    /**
458
+     * @param string|null $format
459
+     */
454 460
     protected static function resolveDate($date, ?string $format): DateTimeImmutable
455 461
     {
456 462
         if ($date instanceof DateTimeImmutable) {
Please login to merge, or discard this patch.