fix: phpstan level=3
This commit is contained in:
parent
bbc9d0e7fe
commit
f594611656
6 changed files with 8 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ namespace ctiso\View;
|
|||
use ctiso\View\View,
|
||||
PHPTAL;
|
||||
|
||||
|
||||
class Composite extends View
|
||||
{
|
||||
private $tal;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
namespace ctiso\View;
|
||||
use Exception;
|
||||
|
||||
class View
|
||||
class View extends \stdClass
|
||||
{
|
||||
protected $_section = array(); // Вложенные шаблоны
|
||||
// Блоки
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue