From 434119e08308b499c2f3d541ddf0fa14d7dbe051 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Thu, 28 May 2015 04:03:38 +0300 Subject: [PATCH] Small fix. --- src/Skobkin/Bundle/CopyPasteBundle/Entity/Copypaste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Skobkin/Bundle/CopyPasteBundle/Entity/Copypaste.php b/src/Skobkin/Bundle/CopyPasteBundle/Entity/Copypaste.php index 071be71..331e3f2 100644 --- a/src/Skobkin/Bundle/CopyPasteBundle/Entity/Copypaste.php +++ b/src/Skobkin/Bundle/CopyPasteBundle/Entity/Copypaste.php @@ -110,7 +110,7 @@ class Copypaste public function __toString() { - return $this->id; + return (string) $this->id; } /**