Completed
Branch master (69e0e2)
by Johannes
13:43 queued 40s
created
lib/private/Share20/Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1101,6 +1101,9 @@
 block discarded – undo
1101 1101
 		return $share;
1102 1102
 	}
1103 1103
 
1104
+	/**
1105
+	 * @param IShare $share
1106
+	 */
1104 1107
 	protected function checkExpireDate($share) {
1105 1108
 		if ($share->getExpirationDate() !== null &&
1106 1109
 			$share->getExpirationDate() <= new \DateTime()) {
Please login to merge, or discard this patch.