Skip to content

Commit 47eb808

Browse files
susnuxcome-nc
andauthored
Update lib/private/Collaboration/AutoComplete/Manager.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 2c5bea4 commit 47eb808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/private/Collaboration/AutoComplete/Manager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ protected function getSorters(): array {
4545
if (count($this->sorterInstances) === 0) {
4646
foreach ($this->sorters as $sorter) {
4747
try {
48-
/** @var ISorter $instance */
4948
$instance = $this->container->get($sorter);
5049
} catch (ContainerExceptionInterface) {
5150
$this->logger->notice(

0 commit comments

Comments
 (0)