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 ( fbb30b...8f4bd7 )
by Brent
9s
created
src/Period.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -293,6 +293,7 @@  discard block
 block discarded – undo
293 293
 
294 294
     /**
295 295
      * @param \Spatie\Period\Period ...$periods
296
+     * @param Period[] $periods
296 297
      *
297 298
      * @return \Spatie\Period\PeriodCollection|static[]
298 299
      */
@@ -309,6 +310,7 @@  discard block
 block discarded – undo
309 310
 
310 311
     /**
311 312
      * @param \Spatie\Period\Period ...$periods
313
+     * @param Period[] $periods
312 314
      *
313 315
      * @return \Spatie\Period\Period|static
314 316
      */
@@ -367,6 +369,7 @@  discard block
 block discarded – undo
367 369
 
368 370
     /**
369 371
      * @param \Spatie\Period\Period ...$periods
372
+     * @param Period[] $periods
370 373
      *
371 374
      * @return \Spatie\Period\PeriodCollection|static[]
372 375
      */
@@ -396,6 +399,9 @@  discard block
 block discarded – undo
396 399
         return $this->precisionMask;
397 400
     }
398 401
 
402
+    /**
403
+     * @param string|null $format
404
+     */
399 405
     protected static function resolveDate($date, ?string $format): DateTimeImmutable
400 406
     {
401 407
         if ($date instanceof DateTimeImmutable) {
Please login to merge, or discard this patch.