Skip to content

Commit d115595

Browse files
committed
Update PHPDoc: missing throws InvalidArgumentException
1 parent bb8a957 commit d115595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/php-8.1-strftime.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* @param integer|string|DateTime $timestamp Timestamp
2828
* @param string|null $locale locale
2929
* @return string
30+
* @throws InvalidArgumentException
3031
* @author BohwaZ <https://bohwaz.net/>
3132
*/
3233
function strftime (string $format, $timestamp = null, ?string $locale = null) : string {

0 commit comments

Comments
 (0)