Updated comments due to id type changes #487

pull/475/head
Tobias Reich 8 years ago
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…
Cancel
Save