mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix build (invalid element name)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327738 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14981041d0
commit
c4e11d3254
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<classname>Iterator</classname> must be used instead.
|
||||
When implementing an interface which extends Traversable, make sure to
|
||||
list <classname>IteratorAggregate</classname> or
|
||||
<className>Iterator</className> before its name in the implements
|
||||
<classname>Iterator</classname> before its name in the implements
|
||||
clause.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue