Updated comments due to id type changes #487

This commit is contained in:
Tobias Reich 2016-03-24 18:41:33 +01:00
parent d212363ebf
commit 152a887bc4
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ final class Album {
}
/**
* @return integer|false ID of the created album.
* @return string|false ID of the created album.
*/
public function add($title = 'Untitled') {

View File

@ -1,5 +1,8 @@
<?php
/**
* @return string Generated ID.
*/
function generateID() {
// Generate id based on the current microtime