@@ -154,6 +154,9 @@ discard block |
||
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 |
||
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) { |