Updated comments due to id type changes #487
This commit is contained in:
parent
d212363ebf
commit
152a887bc4
@ -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') {
|
public function add($title = 'Untitled') {
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string Generated ID.
|
||||||
|
*/
|
||||||
function generateID() {
|
function generateID() {
|
||||||
|
|
||||||
// Generate id based on the current microtime
|
// Generate id based on the current microtime
|
||||||
|
Loading…
Reference in New Issue
Block a user