fixed parameter markup

there is no named parameter "Unix timestamp".

https://github.com/php/php-src/blob/php-8.1.6/ext/date/php_date.stub.php#L8
This commit is contained in:
Yoshinari Takaoka 2022-06-05 10:21:45 +09:00
parent dab41534c6
commit 089983558f
No known key found for this signature in database
GPG key ID: 66AFA0246DF21547

View file

@ -15,7 +15,7 @@
</methodsynopsis>
<para>
Returns a string formatted according to the given format string using the
given integer <parameter>Unix timestamp</parameter> or the current time
given integer <parameter>timestamp</parameter> (Unix timestamp) or the current time
if no timestamp is given. In other words, <parameter>timestamp</parameter>
is optional and defaults to the value of <function>time</function>.
</para>