chore: Аннотации к типам
This commit is contained in:
parent
5e8958969f
commit
f964472e62
28 changed files with 140 additions and 36 deletions
|
|
@ -53,6 +53,7 @@ class Action implements ActionInterface
|
|||
|
||||
// Для Widgets
|
||||
public $view = null;
|
||||
|
||||
public array $childNodes = [];
|
||||
public array $ctrlValues = [];
|
||||
public array $childViews = [];
|
||||
|
|
@ -61,7 +62,7 @@ class Action implements ActionInterface
|
|||
$this->part = new Url();
|
||||
}
|
||||
|
||||
public function setUp() {
|
||||
public function setUp(): void {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -338,7 +339,7 @@ class Action implements ActionInterface
|
|||
|
||||
/**
|
||||
* Загрузка настроек
|
||||
* @param $path
|
||||
* @param string $path
|
||||
* @return array
|
||||
*/
|
||||
public function loadSettings($path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue