mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixed synopsis of IteratorAggregate
IteratorAggregate is an inteface, not a class Closes GH-946.
This commit is contained in:
parent
871fdba56f
commit
5a8b53edab
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@
|
|||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>IteratorAggregate</classname>
|
||||
</ooclass>
|
||||
<oointerface>
|
||||
<interfacename>IteratorAggregate</interfacename>
|
||||
</oointerface>
|
||||
|
||||
<ooclass>
|
||||
<modifier>extends</modifier>
|
||||
|
|
Loading…
Reference in a new issue