fix: noverify --fix (repeat)

This commit is contained in:
origami11@yandex.ru 2024-06-14 14:15:01 +03:00
parent 117640a755
commit 8941f5f102
2 changed files with 3 additions and 3 deletions

View file

@ -183,8 +183,8 @@ class View extends \stdClass
function loadImports($importFile)
{
$types = [
'js' => array($this, 'addScript'),
'css' => array($this, 'addStyleSheet')
'js' => [$this, 'addScript'],
'css' => [$this, 'addStyleSheet']
];
// Подключение стилей и скриптов
if (file_exists($importFile)) {