diff --git a/src/php-8.1-strftime.php b/src/php-8.1-strftime.php index b642dc4..14e8038 100644 --- a/src/php-8.1-strftime.php +++ b/src/php-8.1-strftime.php @@ -27,6 +27,7 @@ * @param integer|string|DateTime $timestamp Timestamp * @param string|null $locale locale * @return string + * @throws InvalidArgumentException * @author BohwaZ */ function strftime (string $format, $timestamp = null, ?string $locale = null) : string {