1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +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;
}
}
}