Completed
Branch circles-22 (23585c)
by Maxence
02:27
created
lib/Command/CirclesList.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
 	 * @throws UnknownRemoteException
149 149
 	 * @throws UserTypeNotFoundException
150 150
 	 * @throws FederatedItemException
151
-		 * @throws MemberNotFoundException
151
+	 * @throws MemberNotFoundException
152 152
 	 * @throws SingleCircleNotFoundException
153 153
 	 */
154 154
 	protected function execute(InputInterface $input, OutputInterface $output): int {
Please login to merge, or discard this patch.
lib/ShareByCircleProviderDeprecated.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -494,7 +494,6 @@
 block discarded – undo
494 494
 
495 495
 	/**
496 496
 	 * Get shares for a given path
497
-
498 497
 	 * @param Node $path
499 498
 	 *
500 499
 	 * @return IShare[]|null
Please login to merge, or discard this patch.