Skip to content

Commit

Permalink
Update PHPDoc: missing throws InvalidArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Nov 19, 2024
1 parent bb8a957 commit d115595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/php-8.1-strftime.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @param integer|string|DateTime $timestamp Timestamp
* @param string|null $locale locale
* @return string
* @throws InvalidArgumentException
* @author BohwaZ <https://bohwaz.net/>
*/
function strftime (string $format, $timestamp = null, ?string $locale = null) : string {
Expand Down

0 comments on commit d115595

Please sign in to comment.