Skip to content

Commit 10cfe8b

Browse files
authored
interfaces.xml Add enums to declarations shared a namespace with interfaces (#4150)
1 parent 5fb1bb4 commit 10cfe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/oop5/interfaces.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<para>
66
Object interfaces allow you to create code which specifies which methods and properties a
77
class must implement, without having to define how these methods or properties are
8-
implemented. Interfaces share a namespace with classes and traits, so they may
8+
implemented. Interfaces share a namespace with classes, traits, and enumerations, so they may
99
not use the same name.
1010
</para>
1111
<para>

0 commit comments

Comments
 (0)