Skip to content

Commit

Permalink
Add getAttributes to container
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Dec 15, 2023
1 parent 15fc8d0 commit a3450fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/phpDocumentor/Reflection/Php/AttributeContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
interface AttributeContainer
{
public function addAttribute(Attribute $attribute): void;

/** @return Attribute[] */
public function getAttributes(): array;
}

0 comments on commit a3450fe

Please sign in to comment.