Completed
Pull Request — master (#27403)
by Piotr
08:21
created
apps/files_sharing/lib/External/Cache.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
 		return $this->get('');
52 52
 	}
53 53
 	
54
+	/**
55
+	 * @param string $file
56
+	 */
54 57
 	public function get($file) {
55 58
 		$result = parent::get($file);
56 59
 		if (!$result) {
Please login to merge, or discard this patch.