1
0
mirror of synced 2025-03-04 20:03:21 +03:00

adding missing ; at line 67

This commit is contained in:
meus 2007-10-21 14:47:22 +00:00
parent 7d1e03901a
commit d1f32b05a6

View File

@ -63,6 +63,6 @@ class Doctrine_Parser_Json extends Doctrine_Parser
$json = json_decode($contents);
return $json
return $json;
}
}
}