Fix phpstan issues.

This commit is contained in:
James Cole
2026-03-06 20:25:07 +01:00
parent e85f06792b
commit 9ac991edd7
14 changed files with 17 additions and 33 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ final class IntervalException extends Exception
public array $availableIntervals = [];
public Periodicity $periodicity = Periodicity::Monthly;
/** @var mixed */
/** @var string */
protected $message = 'The periodicity %s is unknown. Choose one of available periodicity: %s';
public function __construct(string $message = '', int $code = 0, ?Throwable $previous = null)