Completed
Pull Request — stable9 (#370)
by Olivier
09:25
created
apps/dav/lib/connector/sabre/sharetypelist.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
 	 * The deserialize method is called during xml parsing.
61 61
 	 *
62 62
 	 * @param Reader $reader
63
-	 * @return mixed
63
+	 * @return ShareTypeList
64 64
 	 */
65 65
 	static function xmlDeserialize(Reader $reader) {
66 66
 		$shareTypes = [];
Please login to merge, or discard this patch.
apps/dav/lib/connector/sabre/taglist.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 	 * the next element.
80 80
 	 *
81 81
 	 * @param Reader $reader
82
-	 * @return mixed
82
+	 * @return TagList
83 83
 	 */
84 84
 	static function xmlDeserialize(Reader $reader) {
85 85
 		$tags = [];
Please login to merge, or discard this patch.
apps/dav/lib/connector/sabre/tagsplugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 	private $tree;
86 86
 
87 87
 	/**
88
-	 * @param \Sabre\DAV\Tree $tree tree
88
+	 * @param ObjectTree $tree tree
89 89
 	 * @param \OCP\ITagManager $tagManager tag manager
90 90
 	 */
91 91
 	public function __construct(\Sabre\DAV\Tree $tree, \OCP\ITagManager $tagManager) {
Please login to merge, or discard this patch.
apps/dav/lib/dav/sharing/plugin.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use OCA\DAV\Connector\Sabre\Auth;
25 25
 use OCA\DAV\DAV\Sharing\Xml\Invite;
26 26
 use OCP\IRequest;
27
-use Sabre\DAV\Exception\BadRequest;
28 27
 use Sabre\DAV\Exception\NotFound;
29 28
 use Sabre\DAV\INode;
30 29
 use Sabre\DAV\PropFind;
Please login to merge, or discard this patch.
apps/dav/lib/dav/systemprincipalbackend.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
 	 * Returns an associative array with all translations
177 177
 	 *
178 178
 	 * Called by \OC_L10N_String
179
-	 * @return array
179
+	 * @return string[]
180 180
 	 */
181 181
 	public function getTranslations() {
182 182
 		return $this->translations;
Please login to merge, or discard this patch.
apps/dav/lib/files/browsererrorpageplugin.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -87,8 +87,6 @@
 block discarded – undo
87 87
 
88 88
 	/**
89 89
 	 * @codeCoverageIgnore
90
-	 * @param \Exception $ex
91
-	 * @param int $httpCode
92 90
 	 * @return bool|string
93 91
 	 */
94 92
 	public function generateBody(\Exception $exception) {
Please login to merge, or discard this patch.
apps/dav/lib/migration/addressbookadapter.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -22,10 +22,6 @@
 block discarded – undo
22 22
 namespace OCA\Dav\Migration;
23 23
 
24 24
 use OCP\IDBConnection;
25
-use Symfony\Component\Console\Command\Command;
26
-use Symfony\Component\Console\Input\InputArgument;
27
-use Symfony\Component\Console\Input\InputInterface;
28
-use Symfony\Component\Console\Output\OutputInterface;
29 25
 
30 26
 class AddressBookAdapter {
31 27
 
Please login to merge, or discard this patch.
apps/dav/lib/server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 namespace OCA\DAV;
25 25
 
26 26
 use OCA\DAV\CalDAV\Schedule\IMipPlugin;
27
-use OCA\DAV\Connector\FedAuth;
28 27
 use OCA\DAV\Connector\Sabre\Auth;
29 28
 use OCA\DAV\Connector\Sabre\BlockLegacyClientPlugin;
30 29
 use OCA\DAV\Connector\Sabre\DavAclPlugin;
Please login to merge, or discard this patch.
apps/dav/lib/systemtag/systemtagsbyidcollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 
24 24
 use OCP\Files\IMimeTypeLoader;
25 25
 use OCP\IDBConnection;
26
-
27 26
 use Doctrine\DBAL\Exception\UniqueConstraintViolationException;
28 27
 
29 28
 /**
Please login to merge, or discard this patch.