Completed
Push — master ( 9547eb...ed1046 )
by Raimund
19s queued 14s
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
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
 
50 50
 	/**
51 51
 	 * @param string $userId
52
-	 * @param IConfig $settings
53 52
 	 * @param string $appName
54 53
 	 */
55 54
 	public function __construct(?string $userId, IConfig $config, string $appName, IAppManager $appManager) {
Please login to merge, or discard this patch.
tests/php/unit/Service/SettingsServiceTest.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\SettingsService;
26 26
 use OCP\App\IAppManager;
27 27
 use OCP\IConfig;
28
-
29 28
 use PHPUnit\Framework\TestCase;
30 29
 
31 30
 class SettingsServiceTest extends TestCase {
Please login to merge, or discard this patch.