@@ -131,7 +131,7 @@  | 
                                                    ||
| 131 | 131 | }  | 
                                                        
| 132 | 132 | |
| 133 | 133 | /**  | 
                                                        
| 134 | - * @param $message  | 
                                                        |
| 134 | + * @param string $message  | 
                                                        |
| 135 | 135 | * @param array $additional  | 
                                                        
| 136 | 136 | * @return array  | 
                                                        
| 137 | 137 | */  | 
                                                        
@@ -70,7 +70,7 @@ discard block  | 
                                                    ||
| 70 | 70 | *  | 
                                                        
| 71 | 71 | * @NoAdminRequired  | 
                                                        
| 72 | 72 | * @NoSubadminRequired  | 
                                                        
| 73 | - * @return array  | 
                                                        |
| 73 | + * @return DataResponse  | 
                                                        |
| 74 | 74 | */  | 
                                                        
| 75 | 75 |  	public function addPersonalRootCertificate() { | 
                                                        
| 76 | 76 | return $this->addCertificate($this->userCertificateManager);  | 
                                                        
@@ -80,7 +80,7 @@ discard block  | 
                                                    ||
| 80 | 80 | * Add a new root certificate to a trust store  | 
                                                        
| 81 | 81 | *  | 
                                                        
| 82 | 82 | * @param ICertificateManager $certificateManager  | 
                                                        
| 83 | - * @return array  | 
                                                        |
| 83 | + * @return DataResponse  | 
                                                        |
| 84 | 84 | */  | 
                                                        
| 85 | 85 |  	private function addCertificate(ICertificateManager $certificateManager) { | 
                                                        
| 86 | 86 | $headers = [];  | 
                                                        
@@ -158,7 +158,7 @@ discard block  | 
                                                    ||
| 158 | 158 | /**  | 
                                                        
| 159 | 159 | * Add a new personal root certificate to the system's trust store  | 
                                                        
| 160 | 160 | *  | 
                                                        
| 161 | - * @return array  | 
                                                        |
| 161 | + * @return DataResponse  | 
                                                        |
| 162 | 162 | */  | 
                                                        
| 163 | 163 |  	public function addSystemRootCertificate() { | 
                                                        
| 164 | 164 | return $this->addCertificate($this->systemCertificateManager);  | 
                                                        
@@ -202,7 +202,7 @@  | 
                                                    ||
| 202 | 202 | /**  | 
                                                        
| 203 | 203 | * removes an entry from the comments run time cache  | 
                                                        
| 204 | 204 | *  | 
                                                        
| 205 | - * @param mixed $id the comment's id  | 
                                                        |
| 205 | + * @param string $id the comment's id  | 
                                                        |
| 206 | 206 | */  | 
                                                        
| 207 | 207 |  	protected function uncache($id) { | 
                                                        
| 208 | 208 | $id = strval($id);  | 
                                                        
@@ -90,9 +90,9 @@  | 
                                                    ||
| 90 | 90 | |
| 91 | 91 | /**  | 
                                                        
| 92 | 92 | * @param string $key  | 
                                                        
| 93 | - * @param mixed $value  | 
                                                        |
| 93 | + * @param string|null $value  | 
                                                        |
| 94 | 94 | * @param int $ttl  | 
                                                        
| 95 | - * @return bool|mixed  | 
                                                        |
| 95 | + * @return boolean  | 
                                                        |
| 96 | 96 | * @throws \OC\ForbiddenException  | 
                                                        
| 97 | 97 | */  | 
                                                        
| 98 | 98 |  	public function set($key, $value, $ttl = 0) { | 
                                                        
@@ -110,7 +110,7 @@  | 
                                                    ||
| 110 | 110 | |
| 111 | 111 | /**  | 
                                                        
| 112 | 112 | * Gets the correct header  | 
                                                        
| 113 | - * @param Http::CONSTANT $status the constant from the Http class  | 
                                                        |
| 113 | + * @param integer $status the constant from the Http class  | 
                                                        |
| 114 | 114 | * @param \DateTime $lastModified formatted last modified date  | 
                                                        
| 115 | 115 | * @param string $ETag the etag  | 
                                                        
| 116 | 116 | * @return string  | 
                                                        
@@ -206,7 +206,7 @@  | 
                                                    ||
| 206 | 206 | }  | 
                                                        
| 207 | 207 | |
| 208 | 208 | /**  | 
                                                        
| 209 | - * @param $fileId  | 
                                                        |
| 209 | + * @param integer $fileId  | 
                                                        |
| 210 | 210 | * @return array  | 
                                                        
| 211 | 211 | * @throws \OCP\Files\NotFoundException  | 
                                                        
| 212 | 212 | */  | 
                                                        
@@ -34,7 +34,7 @@  | 
                                                    ||
| 34 | 34 | * Magic method to first get the real rootFolder and then  | 
                                                        
| 35 | 35 | * call $method with $args on it  | 
                                                        
| 36 | 36 | *  | 
                                                        
| 37 | - * @param $method  | 
                                                        |
| 37 | + * @param string $method  | 
                                                        |
| 38 | 38 | * @param $args  | 
                                                        
| 39 | 39 | * @return mixed  | 
                                                        
| 40 | 40 | */  | 
                                                        
@@ -99,6 +99,7 @@ discard block  | 
                                                    ||
| 99 | 99 | * @param int $type \OCP\Lock\ILockingProvider::LOCK_SHARED or \OCP\Lock\ILockingProvider::LOCK_EXCLUSIVE  | 
                                                        
| 100 | 100 | * @param \OCP\Lock\ILockingProvider $provider  | 
                                                        
| 101 | 101 | * @throws \OCP\Lock\LockedException  | 
                                                        
| 102 | + * @return void  | 
                                                        |
| 102 | 103 | */  | 
                                                        
| 103 | 104 | public function acquireLock($path, $type, ILockingProvider $provider);  | 
                                                        
| 104 | 105 | |
@@ -106,6 +107,7 @@ discard block  | 
                                                    ||
| 106 | 107 | * @param string $path The path of the file to release the lock for  | 
                                                        
| 107 | 108 | * @param int $type \OCP\Lock\ILockingProvider::LOCK_SHARED or \OCP\Lock\ILockingProvider::LOCK_EXCLUSIVE  | 
                                                        
| 108 | 109 | * @param \OCP\Lock\ILockingProvider $provider  | 
                                                        
| 110 | + * @return void  | 
                                                        |
| 109 | 111 | */  | 
                                                        
| 110 | 112 | public function releaseLock($path, $type, ILockingProvider $provider);  | 
                                                        
| 111 | 113 | |
@@ -114,6 +116,7 @@ discard block  | 
                                                    ||
| 114 | 116 | * @param int $type \OCP\Lock\ILockingProvider::LOCK_SHARED or \OCP\Lock\ILockingProvider::LOCK_EXCLUSIVE  | 
                                                        
| 115 | 117 | * @param \OCP\Lock\ILockingProvider $provider  | 
                                                        
| 116 | 118 | * @throws \OCP\Lock\LockedException  | 
                                                        
| 119 | + * @return void  | 
                                                        |
| 117 | 120 | */  | 
                                                        
| 118 | 121 | public function changeLock($path, $type, ILockingProvider $provider);  | 
                                                        
| 119 | 122 | }  | 
                                                        
@@ -159,7 +159,7 @@  | 
                                                    ||
| 159 | 159 | * Checks whether the given path is a part file  | 
                                                        
| 160 | 160 | *  | 
                                                        
| 161 | 161 | * @param string $path Path that may identify a .part file  | 
                                                        
| 162 | - * @return string File path without .part extension  | 
                                                        |
| 162 | + * @return boolean File path without .part extension  | 
                                                        |
| 163 | 163 | * @note this is needed for reusing keys  | 
                                                        
| 164 | 164 | */  | 
                                                        
| 165 | 165 |  	private function isPartFile($path) { |