refactor: add type decs
This commit is contained in:
parent
c0dd0d0623
commit
e8e41c6c9d
7 changed files with 106 additions and 91 deletions
|
@ -77,8 +77,7 @@ class Settings extends Engine {
|
|||
/**
|
||||
* Returns an array of all registered sections for the sub-page.
|
||||
*
|
||||
* @see Engine::add_section() For more information on the
|
||||
* section array format.
|
||||
* @see Engine::add_section() For more information on the section array format.
|
||||
* @return array[] All of the registered sections.
|
||||
*
|
||||
* @since 1.5.0
|
||||
|
|
Reference in a new issue