We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8a957 commit d115595Copy full SHA for d115595
src/php-8.1-strftime.php
@@ -27,6 +27,7 @@
27
* @param integer|string|DateTime $timestamp Timestamp
28
* @param string|null $locale locale
29
* @return string
30
+ * @throws InvalidArgumentException
31
* @author BohwaZ <https://bohwaz.net/>
32
*/
33
function strftime (string $format, $timestamp = null, ?string $locale = null) : string {
0 commit comments