Correct doc block.

This commit is contained in:
Mark Scherer 2015-10-27 21:17:10 +01:00
parent d220616b5a
commit 820fc2286f

View file

@ -27,7 +27,7 @@ class CakeText {
* Generate a random UUID * Generate a random UUID
* *
* @see http://www.ietf.org/rfc/rfc4122.txt * @see http://www.ietf.org/rfc/rfc4122.txt
* @return RFC 4122 UUID * @return string RFC 4122 UUID
*/ */
public static function uuid() { public static function uuid() {
$node = env('SERVER_ADDR'); $node = env('SERVER_ADDR');