Skip to content

Commit 40c60cc

Browse files
committed
CS
1 parent 754d9c3 commit 40c60cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/EventListener/TagManagerListener.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
readonly class TagManagerListener
2020
{
21-
public function __construct(private ManagerRegistry $registry) {
21+
public function __construct(private ManagerRegistry $registry)
22+
{
2223
}
2324

2425
public function onLoadDataContainer(string $table): void

src/Widget/TagsWidget.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use Codefog\TagsBundle\Manager\ManagerInterface;
88
use Codefog\TagsBundle\Tag;
9-
use Contao\BackendTemplate;
109
use Contao\StringUtil;
1110
use Contao\System;
1211
use Contao\Widget;
@@ -81,7 +80,7 @@ public function generate()
8180
'id' => $this->strId,
8281
'name' => $this->strName,
8382
'css_class' => $this->strClass,
84-
'hide_list' => (bool)$this->hideList,
83+
'hide_list' => (bool) $this->hideList,
8584
'all_tags' => $this->generateAllTags($this->getAllTags()),
8685
'js_config' => $this->generateConfig(),
8786
];

0 commit comments

Comments
 (0)