We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1654e0 commit b658677Copy full SHA for b658677
tests/stub.phpstub
@@ -110,6 +110,8 @@ namespace OCA\Circles {
110
public function startSession(?FederatedUser $federatedUser = null): void {}
111
public function getCircles(?CircleProbe $probe = null): array {}
112
public function getCircle(string $singleId, ?CircleProbe $probe = null): Circle {}
113
+ public function probeCircles(?CircleProbe $circleProbe = null, ?DataProbe $dataProbe = null): array {}
114
+ public function probeCircle(string $singleId, ?CircleProbe $probe = null, ?DataProbe $dataProbe = null): Circle {}
115
public function getFederatedUser(string $federatedId, int $type = Member::TYPE_SINGLE): FederatedUser {}
116
}
117
0 commit comments