From d1f32b05a6beae991a5f34635ed0bf163375ed83 Mon Sep 17 00:00:00 2001 From: meus Date: Sun, 21 Oct 2007 14:47:22 +0000 Subject: [PATCH] adding missing ; at line 67 --- lib/Doctrine/Parser/Json.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/Parser/Json.php b/lib/Doctrine/Parser/Json.php index eb3351bdf..bbda97477 100644 --- a/lib/Doctrine/Parser/Json.php +++ b/lib/Doctrine/Parser/Json.php @@ -63,6 +63,6 @@ class Doctrine_Parser_Json extends Doctrine_Parser $json = json_decode($contents); - return $json + return $json; } -} \ No newline at end of file +}