mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Methods defined in an interface are abstract by definition; there's no need to add the 'abstract' keyword.
In fact, doing this in userland would cause a parse error. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334550 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b3a172cf6a
commit
32e6d20560
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>abstract</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Reflector::export</methodname>
|
||||
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Reflector::export</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>abstract</modifier> <modifier>public</modifier> <type>string</type><methodname>Reflector::__toString</methodname>
|
||||
<modifier>public</modifier> <type>string</type><methodname>Reflector::__toString</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue