chore: Типы для параметров

This commit is contained in:
origami11@yandex.ru 2025-05-13 17:26:49 +03:00
parent 6ef65fc826
commit 36c81135f3
7 changed files with 55 additions and 95 deletions

View file

@ -35,7 +35,7 @@ class Composite extends View
function execute()
{
parent::execute();
$this->processChild();
return $this->tal->execute();
}