Address additional code review feedback: trait dependencies and grammar

Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-02 23:55:40 +00:00
parent 47d677b5db
commit 12f5c4e14d
3 changed files with 8 additions and 4 deletions

View file

@ -64,7 +64,7 @@ interface StructuralElementInterface
*
* The level of the root node is -1.
*
* @return int the level of this element (zero means a most top element)
* @return int the level of this element (zero means the topmost element)
*/
public function getLevel(): int;
}