Completed
Pull Request — master (#31299)
by Piotr
14:15 queued 02:50
created
lib/private/Files/Storage/Common.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -704,7 +704,7 @@
 block discarded – undo
704 704
 	}
705 705
 
706 706
 	/**
707
-	 * @param $internalPath
707
+	 * @param string $internalPath
708 708
 	 * @return array
709 709
 	 */
710 710
 	protected function convertInternalPathToGlobalPath($internalPath) {
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/FilesSearchReportPlugin.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 	 * This will be used in the {DAV:}supported-report-set property.
76 76
 	 *
77 77
 	 * @param string $uri
78
-	 * @return array
78
+	 * @return string[]
79 79
 	 */
80 80
 	public function getSupportedReportSet($uri) {
81 81
 		return [self::REPORT_NAME];
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 	 * @param string $reportName
88 88
 	 * @param mixed $report
89 89
 	 * @param string $uri
90
-	 * @return bool
90
+	 * @return null|false
91 91
 	 * @throws BadRequest
92 92
 	 * @throws NotImplemented
93 93
 	 * @internal param $ [] $report
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 use Sabre\DAV\Exception\NotImplemented;
29 29
 use OCA\DAV\Files\Xml\SearchRequest;
30 30
 use OCP\ISearch;
31
-use OC\Search\Result\File as FileResult;
32 31
 
33 32
 class FilesSearchReportPlugin extends ServerPlugin {
34 33
 	// namespace
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/Auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -255,7 +255,7 @@
 block discarded – undo
255 255
 	}
256 256
 
257 257
 	/**
258
-	 * @param $user
258
+	 * @param \OCP\IUser|null $user
259 259
 	 * @throws ServiceUnavailable
260 260
 	 */
261 261
 	private function checkAccountModule($user) {
Please login to merge, or discard this patch.
lib/private/legacy/util.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
 use OCP\Authentication\Exceptions\AccountCheckException;
60 60
 use OCP\Files\NoReadAccessException;
61 61
 use OCP\IConfig;
62
-use OCP\IGroupManager;
63 62
 use OCP\IUser;
64 63
 
65 64
 class OC_Util {
Please login to merge, or discard this patch.