Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samyemad authored and github-actions[bot] committed Sep 29, 2023
1 parent 125b615 commit 24fbb0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Controller/PerspectiveController.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ protected function buildElementTree(TreeHelper $treeHelper, $config, $position =
'type' => 'elementTreeElement',
'leaf' => true,
'allowDrag' => true,
'iconCls' => $elementTreeIcons[$element['type']] ?? '',
'iconCls' => $elementTreeIcons[$element['type']] ?? '',
'config' => $element,
'cls' => $disabledClass,
'writeable' => $config['writeable'],
Expand Down
2 changes: 1 addition & 1 deletion src/Event/ElementTree/Model/IconAddEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public function getElementTreeIcons(): array

public function setElementTreeIcons($elementTrees): void
{
$this->elementTrees = $elementTrees;
$this->elementTrees = $elementTrees;
}
}

0 comments on commit 24fbb0a

Please sign in to comment.