Completed
Pull Request — master (#885)
by Maxence
02:58
created
lib/Provider/DeckProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 	 * DeckProvider constructor.
78 78
 	 *
79 79
 	 * @param IL10N $l10n
80
-	 * @param IUrlGenerator $urlGenerator
80
+	 * @param IURLGenerator $urlGenerator
81 81
 	 * @param FullTextSearchService $fullTextSearchService
82 82
 	 */
83 83
 	public function __construct(
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@
 block discarded – undo
42 42
 use OCP\FullTextSearch\Model\ISearchResult;
43 43
 use OCP\FullTextSearch\Model\SearchTemplate;
44 44
 use OCP\IL10N;
45
-use OCP\IURLGenerator;
46 45
 
47 46
 
48 47
 /**
Please login to merge, or discard this patch.