Skip to content

Commit 0d5d097

Browse files
committed
$userId is not nullable
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent 3456797 commit 0d5d097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Helper/CircleHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function getUserIdsInCircle(string $circleId): array {
129129
}
130130
}
131131

132-
public function circleExists(string $circleId, ?string $userId): bool {
132+
public function circleExists(string $circleId, string $userId): bool {
133133
if (!$this->circlesEnabled) {
134134
return false;
135135
}

0 commit comments

Comments
 (0)