mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 06:09:33 +00:00
Address additional code review feedback: trait dependencies and grammar
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
parent
47d677b5db
commit
12f5c4e14d
3 changed files with 8 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue