mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed unnecessary parentheses after function names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302618 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dbc2efc40c
commit
edcfec9a7f
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Returns a string representation of this date, similar to the representation returned by <function>microtime()</function>.
|
||||
Returns a string representation of this date, similar to the representation returned by <function>microtime</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This returns the same thing as running <function>time()</function> when the id is created.
|
||||
This returns the same thing as running <function>time</function> when the id is created.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue