Skip to content

Commit 6ceca8c

Browse files
shmaxjbowens
authored andcommitted
fix getAttribute return type (#82)
1 parent 855c97d commit 6ceca8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JBBCode/ElementNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function getTagName()
7676
/**
7777
* Returns the attribute (used as the option in bbcode definitions) of this element.
7878
*
79-
* @return string[] the attributes of this element
79+
* @return array the attributes of this element
8080
*/
8181
public function getAttribute()
8282
{

0 commit comments

Comments
 (0)