From 5c42045fa370da149fcdd62901b6fe576072c624 Mon Sep 17 00:00:00 2001 From: Marijn Huizendveld Date: Wed, 15 Aug 2012 18:53:33 +0200 Subject: [PATCH] Fix PHPDoc keyword. Using the non-standard `@returns` might trigger errors in conjunction with the `AnnotationReader` from `Doctrine\Common`. --- src/Rhumsaa/Uuid/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rhumsaa/Uuid/Uuid.php b/src/Rhumsaa/Uuid/Uuid.php index 84815b3..a6c1747 100644 --- a/src/Rhumsaa/Uuid/Uuid.php +++ b/src/Rhumsaa/Uuid/Uuid.php @@ -157,7 +157,7 @@ final class Uuid * as this UUID. * * @param object $obj - * @returns bool + * @return bool */ public function equals($obj) {