Completed
Pull Request — master (#28166)
by Jörn Friedrich
09:59
created
lib/private/Files/Cache/Storage.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,6 +154,9 @@  discard block
 block discarded – undo
154 154
 		return $resultSet->fetchRow();
155 155
 	}
156 156
 
157
+	/**
158
+	 * @param string $storageId
159
+	 */
157 160
 	private static function unsetCache($storageId) {
158 161
 		// delete from local cache
159 162
 		if(self::$localCache !== null) {
@@ -205,7 +208,7 @@  discard block
 block discarded – undo
205 208
 	/**
206 209
 	 * Get the numeric of the storage with the provided string id
207 210
 	 *
208
-	 * @param $storageId
211
+	 * @param string $storageId
209 212
 	 * @return int|null either the numeric storage id or null if the storage id is not knwon
210 213
 	 */
211 214
 	public static function getNumericStorageId($storageId) {
Please login to merge, or discard this patch.