Skip to content

Commit 3e4fcd8

Browse files
committed
chore: use a more readdable code
fix: #5459 (comment) Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1160db3 commit 3e4fcd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Collaboration/Collaborators/SignerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function search($search, $limit, $offset, ISearchResult $searchResult): b
6262
}
6363
}
6464

65-
if (!count($identifiers) && self::$method && !$this->canValidateMethod()) {
65+
if (empty($identifiers) && self::$method && !$this->canValidateMethod()) {
6666
$result['exact'][] = [
6767
'label' => $search,
6868
'shareWithDisplayNameUnique' => $search,

0 commit comments

Comments
 (0)