@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | * CirclesCheck constructor. |
| 111 | 111 | * |
| 112 | 112 | * @param Capabilities $capabilities |
| 113 | - * @param FederatedEvent $federatedEventService |
|
| 113 | + * @param FederatedEventService $federatedEventService |
|
| 114 | 114 | * @param RemoteService $remoteService |
| 115 | 115 | * @param RemoteStreamService $remoteStreamService |
| 116 | 116 | * @param RemoteUpstreamService $remoteUpstreamService |
@@ -619,7 +619,6 @@ discard block |
||
| 619 | 619 | |
| 620 | 620 | |
| 621 | 621 | /** |
| 622 | - * @param OutputInterface $o |
|
| 623 | 622 | * @param string $type |
| 624 | 623 | * @param string $route |
| 625 | 624 | * @param array $args |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | use daita\MySmallPhpTools\Traits\TArrayTools; |
| 38 | 38 | use OC\URLGenerator; |
| 39 | 39 | use OCA\Circles\AppInfo\Application; |
| 40 | -use OCA\Circles\Exceptions\UnknownInterfaceException; |
|
| 41 | 40 | use OCA\Circles\Service\ConfigService; |
| 42 | 41 | use OCA\Circles\Service\InterfaceService; |
| 43 | 42 | use OCA\Circles\Service\RemoteStreamService; |
@@ -61,7 +61,6 @@ |
||
| 61 | 61 | use OCP\AppFramework\Http; |
| 62 | 62 | use OCP\IURLGenerator; |
| 63 | 63 | use ReflectionClass; |
| 64 | -use ReflectionException; |
|
| 65 | 64 | |
| 66 | 65 | |
| 67 | 66 | /** |