Completed
Pull Request — master (#597)
by Maxence
02:57
created
lib/Handlers/WebfingerHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
lib/Service/RemoteStreamService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@
 block discarded – undo
61 61
 use OCP\AppFramework\Http;
62 62
 use OCP\IURLGenerator;
63 63
 use ReflectionClass;
64
-use ReflectionException;
65 64
 
66 65
 
67 66
 /**
Please login to merge, or discard this patch.
lib/Controller/LocalController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -453,7 +453,7 @@
 block discarded – undo
453 453
 
454 454
 
455 455
 	/**
456
- 	 * @NoAdminRequired
456
+	 * @NoAdminRequired
457 457
 	 *
458 458
 	 * @param string $circleId
459 459
 	 * @param int $value
Please login to merge, or discard this patch.