From eb6babd8633ef910f72c3cb7e9058fed822a4541 Mon Sep 17 00:00:00 2001 From: Vlasta Neubauer Date: Sun, 7 Jul 2013 15:22:49 +0200 Subject: [PATCH] use valid type annotation for Entity::$id --- Orm/Entity/Entity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orm/Entity/Entity.php b/Orm/Entity/Entity.php index c9f259ab..d22f16c7 100644 --- a/Orm/Entity/Entity.php +++ b/Orm/Entity/Entity.php @@ -12,7 +12,7 @@ /** * Entity * - * @property-read id $id + * @property-read int|string $id * @author Petr Procházka * @package Orm * @subpackage Entity