Completed
Pull Request — master (#987)
by Raimund
01:14
created
tests/php/unit/Service/CollectionsServiceTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use OCA\Tasks\Service\CollectionsService;
26 26
 use OCP\IConfig;
27 27
 use OCP\IL10N;
28
-
29 28
 use PHPUnit\Framework\TestCase;
30 29
 
31 30
 class CollectionsServiceTest extends TestCase {
Please login to merge, or discard this patch.
lib/Service/SettingsService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 
44 44
 	/**
45 45
 	 * @param string $userId
46
-	 * @param IConfig $settings
47 46
 	 * @param string $appName
48 47
 	 */
49 48
 	public function __construct(string $userId, IConfig $config, string $appName) {
Please login to merge, or discard this patch.