mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correct doc block.
This commit is contained in:
parent
d220616b5a
commit
820fc2286f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class CakeText {
|
|||
* Generate a random UUID
|
||||
*
|
||||
* @see http://www.ietf.org/rfc/rfc4122.txt
|
||||
* @return RFC 4122 UUID
|
||||
* @return string RFC 4122 UUID
|
||||
*/
|
||||
public static function uuid() {
|
||||
$node = env('SERVER_ADDR');
|
||||
|
|
Loading…
Reference in a new issue