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:
Tjerk Anne Meesters 2014-08-14 04:24:14 +00:00
parent b3a172cf6a
commit 32e6d20560
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>