fix: noverify --fix (repeat)
This commit is contained in:
parent
117640a755
commit
8941f5f102
2 changed files with 3 additions and 3 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue